diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-15 01:13:18 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-09-15 01:13:18 -0700 |
commit | c9b34f5fdad8a890f05ae4189a5e819340ce1ee5 (patch) | |
tree | 4c3ff473e164f793121673524788e830ccc49edb /app/src/main/res/values | |
parent | f0cf3ff3e648e2f80e640fbe255310b5c537a3a9 (diff) | |
download | frost-c9b34f5fdad8a890f05ae4189a5e819340ce1ee5.tar.gz frost-c9b34f5fdad8a890f05ae4189a5e819340ce1ee5.tar.bz2 frost-c9b34f5fdad8a890f05ae4189a5e819340ce1ee5.zip |
Remove auth request setting
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_experimental.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings_pref_experimental.xml b/app/src/main/res/values/strings_pref_experimental.xml index 2d2ca131..fea94d49 100644 --- a/app/src/main/res/values/strings_pref_experimental.xml +++ b/app/src/main/res/values/strings_pref_experimental.xml @@ -7,7 +7,4 @@ <string name="restart_frost">Restart Frost</string> <string name="restart_frost_desc">Launch a cold restart for the application.</string> - <!-- Debugging phishing warnings --> - <string name="auth_requests" translatable="false">Auth Requests</string> - <string name="auth_requests_desc" translatable="false">Enables post features such as marking notifications as read. Known to potentially cause phishing responses.</string> </resources>
\ No newline at end of file |