summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2020-07-26 18:11:10 +0200
committerJavier <dev.git@javispedro.com>2021-03-21 01:53:33 +0100
commit0119e703ff4a8f3201610c2866702f7f92da0b26 (patch)
tree29e9b48c7850024bfa5270b661dfe2899a82affe /app/src/main/res/values/strings.xml
downloadautobluetether-0119e703ff4a8f3201610c2866702f7f92da0b26.tar.gz
autobluetether-0119e703ff4a8f3201610c2866702f7f92da0b26.zip
initial import
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