mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add beta opt in link in settings page
This commit is contained in:
parent
3a813dd302
commit
18f1ccb563
2 changed files with 7 additions and 0 deletions
|
|
@ -13,5 +13,10 @@
|
|||
android:summary="@string/allow_gps_summary"
|
||||
android:key="allowGps" />
|
||||
|
||||
<Preference android:title="@string/become_a_tester" >
|
||||
<intent android:action="android.intent.action.VIEW"
|
||||
android:data="@string/beta_opt_in_link" />
|
||||
</Preference>
|
||||
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue