mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +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
|
|
@ -158,4 +158,6 @@ Tap this message (or hit back) to skip this step.</string>
|
||||||
<string name="media_detail_media_title">Title of the media</string>
|
<string name="media_detail_media_title">Title of the media</string>
|
||||||
<string name="media_detail_description">Description</string>
|
<string name="media_detail_description">Description</string>
|
||||||
<string name="media_detail_description_explanation">Description of the media goes here. This can potentially be fairly long, and will need to wrap across multiple lines. We hope it looks nice though.</string>
|
<string name="media_detail_description_explanation">Description of the media goes here. This can potentially be fairly long, and will need to wrap across multiple lines. We hope it looks nice though.</string>
|
||||||
|
<string name="become_a_tester">Become a Tester</string>
|
||||||
|
<string name="beta_opt_in_link">https://play.google.com/apps/testing/fr.free.nrw.commons</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
|
|
@ -13,5 +13,10 @@
|
||||||
android:summary="@string/allow_gps_summary"
|
android:summary="@string/allow_gps_summary"
|
||||||
android:key="allowGps" />
|
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>
|
</PreferenceScreen>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue