We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e375df commit 9ec7eeaCopy full SHA for 9ec7eea
WhatsAppBetaUpdater/Resources/layout/settings_prefs.xml
@@ -9,4 +9,14 @@
9
android:summary="@string/settings_autodownload_description"
10
android:defaultValue="false" />
11
</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>
22
</PreferenceScreen>
0 commit comments