summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
new file mode 100644
index 0000000..e86eff1
--- /dev/null
+++ b/app/src/main/res/values/strings.xml
@@ -0,0 +1,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> \ No newline at end of file