From 297c0a792f79ee7f10a99a6712a8d6d63d4ed008 Mon Sep 17 00:00:00 2001 From: Ignacio Quezada Date: Tue, 8 Nov 2016 11:45:20 +0100 Subject: Private files using a boolean flag from Config.java. --- src/main/res/values/strings.xml | 4 ++++ src/main/res/xml/file_paths.xml | 3 +++ src/main/res/xml/preferences.xml | 11 ++++++++++- 3 files changed, 17 insertions(+), 1 deletion(-) (limited to 'src/main/res') diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 170cbfff..580b56c4 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -693,4 +693,8 @@ Regenerate your OMEMO keys. All your contacts will have to verify you again. Use this only as a last resort. Delete selected keys You need to be connected to publish your avatar. + Clean cache folder (used by Camera Application) + Clean cache + Clean private storage + Clean private storage where files are kept (They can be re-downloaded from the server) diff --git a/src/main/res/xml/file_paths.xml b/src/main/res/xml/file_paths.xml index 2a8bc766..6a5e2609 100644 --- a/src/main/res/xml/file_paths.xml +++ b/src/main/res/xml/file_paths.xml @@ -1,4 +1,7 @@ + + + \ No newline at end of file diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index cee43491..569876f4 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -163,7 +163,8 @@ android:key="expert" android:summary="@string/pref_expert_options_summary" android:title="@string/pref_expert_options"> - + + +