diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/about_preferences.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/about_preferences.xml b/app/src/main/res/xml/about_preferences.xml index ded0ccee..d451d84b 100644 --- a/app/src/main/res/xml/about_preferences.xml +++ b/app/src/main/res/xml/about_preferences.xml @@ -47,6 +47,10 @@ app:summary="@string/settings_share_summary" /> <Preference + android:key="privacy_policy" + app:title="@string/settings_privacy_policy_title" /> + + <Preference android:key="version" app:title="@string/settings_version_title" app:summary="@string/settings_version_summary" /> |