summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorTyler Nijmeh <tylernij@gmail.com>2021-03-30 19:43:10 -0700
committerTyler Nijmeh <tylernij@gmail.com>2021-03-30 19:43:10 -0700
commit3636c8c51cc9221db8ef4ade6c4231b68bd553ba (patch)
treef0fc5675e508a13bcae5414b7ce70311449a8dd4 /app/src/main/res/values
parent00acb7483a1c207670062d15991a82266b91735c (diff)
Add permission validation
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 36f5960..619b965 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,3 +1,14 @@
<resources>
<string name="app_name">Buoy</string>
+
+ <string name="title_permission">Permissions</string>
+
+ <string name="permission_title">Woah there!</string>
+ <string name="permission_message">We need a special permission to continue. Use ADB to run the following command (one line):</string>
+ <string name="permission_command">adb shell pm grant com.draco.buoy android.permission.WRITE_SECURE_SETTINGS</string>
+
+ <string name="please_wait">Waiting for permission</string>
+ <string name="copied">Copied to clipboard</string>
+
+ <string name="snackbar_intent_failed">Could not handle this action</string>
</resources> \ No newline at end of file