Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2020-12-09 19:50:17 +0300
committerDavid Luhmer <david-dev@live.de>2020-12-09 19:50:17 +0300
commit42fa926ba22cc32e39338fc350768e1d5830d54e (patch)
tree7c5ec578633b3240f6c7499a114ba5bbced9d552 /News-Android-App/src/main/res/xml
parente5156236ffdf5e5548e5626fce63d1d9c67c5693 (diff)
update dependencies and prepare release 0.9.9.52
Signed-off-by: David Luhmer <david-dev@live.de>
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/pref_about.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/xml/pref_about.xml b/News-Android-App/src/main/res/xml/pref_about.xml
index 8a4e0c9a..f2f62285 100644
--- a/News-Android-App/src/main/res/xml/pref_about.xml
+++ b/News-Android-App/src/main/res/xml/pref_about.xml
@@ -41,6 +41,17 @@
</Preference>
<Preference
+ android:key="cb_privacy"
+ android:title="@string/pref_privacy"
+ android:summary="@string/pref_privacy_summary"
+ app:iconSpaceReserved="false">
+
+ <intent
+ android:action="android.intent.action.VIEW"
+ android:data="https://github.com/nextcloud/news-android/blob/master/PRIVACY.md" />
+ </Preference>
+
+ <Preference
android:key="cb_version"
android:title="@string/pref_version"
android:summary="@string/current_version"