blob: ca866a946ea2675cd6f85edc4aeb1149a5229369 [file] [log] [blame]
paulhucbdf1032019-12-02 15:17:27 +08001<?xml version="1.0" encoding="utf-8"?>
2<resources>
3 <!-- Shown when the device is tethered -->
4 <!-- Strings for tethered notification title [CHAR LIMIT=200] -->
5 <string name="tethered_notification_title">Tethering or hotspot active</string>
6 <!-- Strings for tethered notification message [CHAR LIMIT=200] -->
7 <string name="tethered_notification_message">Tap to set up.</string>
8
9 <!-- This notification is shown when tethering has been disabled on a user's device.
10 The device is managed by the user's employer. Tethering can't be turned on unless the
11 IT administrator allows it. The noun "admin" is another reference for "IT administrator." -->
12 <!-- Strings for tether disabling notification title [CHAR LIMIT=200] -->
13 <string name="disable_tether_notification_title">Tethering is disabled</string>
14 <!-- Strings for tether disabling notification message [CHAR LIMIT=200] -->
15 <string name="disable_tether_notification_message">Contact your admin for details</string>
16</resources>