summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: e86eff1704fd9659772b6be19ac2bdd787da9142 (plain)
1
2
3
4
5
6
7
8
9
10
<resources>
    <string name="app_name">Autobluetether</string>

    <string name="missing_write_settings">Permission to write to system settings has not been granted. It is required to enable Bluetooth tethering setting.</string>
    <string name="manage_write_settings">Grant access to system settings</string>

    <string name="device_list_header">Bluetooth tethering will be enabled automatically when any of the following selected devices is connected:</string>

    <string name="prefs_key_device_list">device_list</string>
</resources>