strings.xml revision 32b5c8459755811c6258d1d2453bb6d971aa2dc5
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16<resources>
17    <string name="app_name">NotificationListener</string>
18    <string name="long_app_name">Notification Listener Sample</string>
19    <string name="service_name">Sample Notification Listener</string>
20    <string name="working_as_intended">Service is running.  Disable it in Security Settings.</string>
21    <string name="waiting_for_content">Service is running.  Waiting for notifications to arrive.</string>
22    <string name="nothing_to_see">Service is disabled.  You must enabled it to see notifications.</string>
23    <string name="launch_to_disable">Press to disable service</string>
24    <string name="launch_to_enable">Press to enable service</string>
25    <string name="snooze">Press to snooze service</string>
26    <string name="unsnooze">Press to unsnooze service</string>
27    <string name="explanation">This app demonstrates use of the Notification Listener Service API.
28        You must enable the listener service in Security Settings to see it work.
29    </string>
30    <string name="disabled">Service is not running.</string>
31    <string name="enable_it">Enable</string>
32    <string name="cancel">Cancel</string>
33</resources>
34