strings.xml revision 252db06ac6a87b00279534959cf5f6fdd5890c97
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="explanation">This app demonstrates use of the Notification Listener Service API.
26        You must enable the listener service in Security Settings to see it work.
27    </string>
28    <string name="disabled">Service is not running.</string>
29    <string name="enable_it">Enable</string>
30    <string name="cancel">Cancel</string>
31</resources>
32