Bug 1414992 - Make the scanner install link a market:// link. r?
So the Play Store app opens directly.
MozReview-Commit-ID: 3OvptXKAMa0
--- a/mobile/android/app/src/main/res/xml/preferences_advanced.xml
+++ b/mobile/android/app/src/main/res/xml/preferences_advanced.xml
@@ -67,17 +67,17 @@
<SwitchPreference android:key="devtools.remote.wifi.enabled"
android:title="@string/pref_developer_remotedebugging_wifi" />
<org.mozilla.gecko.preferences.LinkPreference android:key="android.not_a_preference.remote_debugging.qrreader.link"
android:title="@string/pref_developer_remotedebugging_wifi_install_reader"
android:summary="@string/pref_developer_remotedebugging_wifi_disabled_summary"
android:persistent="false"
- url="https://play.google.com/store/apps/details?id=com.google.zxing.client.android" />
+ url="market://details?id=com.google.zxing.client.android" />
<org.mozilla.gecko.preferences.AlignRightLinkPreference android:key="android.not_a_preference.remote_debugging.link"
android:title="@string/pref_learn_more"
android:persistent="false"
url="https://developer.mozilla.org/docs/Tools/Remote_Debugging/Debugging_Firefox_for_Android_with_WebIDE" />
</PreferenceCategory>
<PreferenceCategory