Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
add privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
hundeva committed Sep 20, 2018
1 parent aad3a04 commit a9e49c2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildscript {

allprojects {
ext {
version_name = "1.1.7"
version_code = 22
version_name = "1.1.8"
version_code = 23

compile_sdk_version = 27
min_sdk_version = 21
Expand Down
2 changes: 2 additions & 0 deletions res/values/lean_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -325,4 +325,6 @@
<string name="show_page_indicator_title">Show page indicator</string>
<string name="show_page_indicator_summary">Using horizontal lines</string>

<string name="privacy_policy">Privacy policy</string>

</resources>
9 changes: 9 additions & 0 deletions res/xml/launcher_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,15 @@
android:data="@string/settingsApplicationId" />
</Preference>

<Preference
android:key="about_privacy_policy"
android:persistent="false"
android:title="@string/privacy_policy">
<intent
android:action="android.intent.action.VIEW"
android:data="https://sites.google.com/view/hundeva-privacy-policy" />
</Preference>

<Preference
android:key="restart_lean_launcher"
android:summary="@string/restart_lean_launcher_summary"
Expand Down

0 comments on commit a9e49c2

Please sign in to comment.