blob: 792bce9fc334c90e6ce604fb212f1e9d1ae3723a [file] [log] [blame]
paulhu8224d9f2019-12-02 15:17:27 +08001<?xml version="1.0" encoding="utf-8"?>
paulhu8ee55d42020-01-13 14:19:19 +08002<!-- Copyright (C) 2020 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-->
paulhu8224d9f2019-12-02 15:17:27 +080016<resources>
17 <!-- Shown when the device is tethered -->
18 <!-- Strings for tethered notification title [CHAR LIMIT=200] -->
19 <string name="tethered_notification_title">Tethering or hotspot active</string>
20 <!-- Strings for tethered notification message [CHAR LIMIT=200] -->
21 <string name="tethered_notification_message">Tap to set up.</string>
22
23 <!-- This notification is shown when tethering has been disabled on a user's device.
24 The device is managed by the user's employer. Tethering can't be turned on unless the
25 IT administrator allows it. The noun "admin" is another reference for "IT administrator." -->
paulhu8ee55d42020-01-13 14:19:19 +080026 <!-- Strings for tether disabling notification title [CHAR LIMIT=200] -->
paulhu8224d9f2019-12-02 15:17:27 +080027 <string name="disable_tether_notification_title">Tethering is disabled</string>
paulhu8ee55d42020-01-13 14:19:19 +080028 <!-- Strings for tether disabling notification message [CHAR LIMIT=200] -->
paulhu8224d9f2019-12-02 15:17:27 +080029 <string name="disable_tether_notification_message">Contact your admin for details</string>
paulhu8ee55d42020-01-13 14:19:19 +080030
31 <!-- Strings for tether notification channel name [CHAR LIMIT=200] -->
32 <string name="notification_channel_tethering_status">Hotspot &amp; tethering status</string>
paulhu8224d9f2019-12-02 15:17:27 +080033</resources>