Skip to content

Commit 9ec7eea

Browse files
committed
Add "Rate on Google Play"
1 parent 5e375df commit 9ec7eea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

WhatsAppBetaUpdater/Resources/layout/settings_prefs.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,14 @@
99
android:summary="@string/settings_autodownload_description"
1010
android:defaultValue="false" />
1111
</PreferenceCategory>
12+
<PreferenceCategory
13+
android:title="@string/about">
14+
<Preference
15+
android:title="@string/settings_googleplay"
16+
android:summary="@string/settings_googleplay_description">
17+
<intent
18+
android:action="android.intent.action.VIEW"
19+
android:data="https://play.google.com/store/apps/details?id=com.javiersantos.whatsappbetaupdater" />
20+
</Preference>
21+
</PreferenceCategory>
1222
</PreferenceScreen>

0 commit comments

Comments
 (0)