diff options
author | Allan Wang <me@allanwang.ca> | 2021-01-10 18:16:43 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-01-10 18:16:43 -0800 |
commit | 92ec75ba16b368fc4a5828918f276756c415e016 (patch) | |
tree | 3dddb7787fcf3ceb829a0f97076ec160438242d4 /app/src/main/res/values | |
parent | 3ed1e1a96511a00517512addf6757517f3353c95 (diff) | |
download | frost-92ec75ba16b368fc4a5828918f276756c415e016.tar.gz frost-92ec75ba16b368fc4a5828918f276756c415e016.tar.bz2 frost-92ec75ba16b368fc4a5828918f276756c415e016.zip |
Delete unneeded analytic strings
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_behaviour.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml index b6d0aebc..11e0028b 100644 --- a/app/src/main/res/values/strings_pref_behaviour.xml +++ b/app/src/main/res/values/strings_pref_behaviour.xml @@ -25,7 +25,5 @@ <string name="exit_confirmation_desc">Show confirmation dialog before exiting the app</string> <string name="auto_expand_text_box">Auto expand text box</string> <string name="auto_expand_text_box_desc">Increase text box height while typing. Disable if there are scroll issues.</string> - <string name="analytics">Analytics</string> - <string name="analytics_desc">Enable anonymous analytics and bug reports to help improve the app. No personal information is ever exposed.</string> </resources>
\ No newline at end of file |