Add privacy policy in two more places

Stephen Paul Weber created

Change summary

src/main/res/values/about.xml    | 3 ++-
src/main/res/xml/preferences.xml | 5 +++++
2 files changed, 7 insertions(+), 1 deletion(-)

Detailed changes

src/main/res/values/about.xml 🔗

@@ -42,7 +42,8 @@
 			GNU General Public License for more details.
 			\n\nYou should have received a copy of the GNU General Public License
 			along with this program. If not, see https://www.gnu.org/licenses
-			\n\nDownload the full source code at https://codeberg.org/iNPUTmice/Conversations
+			\n\nDownload the full source code at https://git.singpolyma.net/cheogram-android
+			\n\nPrivacy policy: https://cheogram.com/android-privacy.html
 			\n\n\nLibraries
 			\n\nhttps://webrtc.org\nCopyright (c) 2011, The WebRTC project authors. All rights reserved. (https://webrtc.org/support/license)
 			\n\nhttps://github.com/ypresto/android-transcoder\n(Apache License, Version 2.0)

src/main/res/xml/preferences.xml 🔗

@@ -430,6 +430,11 @@
         </PreferenceScreen>
     </PreferenceCategory>
     <PreferenceCategory android:title="@string/category_about">
+        <Preference android:title="View Privacy Policy" android:summary="Details about how your data is used by the app">
+            <intent
+                android:action="android.intent.action.VIEW"
+                android:data="https://cheogram.com/android-privacy.html" />
+        </Preference>
         <eu.siacs.conversations.ui.AboutPreference />
     </PreferenceCategory>
 </PreferenceScreen>