Add beta opt in link in settings page

This commit is contained in:
maskara 2017-03-12 19:51:51 +05:30
parent 3a813dd302
commit 18f1ccb563
2 changed files with 7 additions and 0 deletions

View file

@ -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_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="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>

View file

@ -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>