AppLinksFragment: Bring back market.android.com support

Apparently tons of applications still use the outdated way to open the store

Ref:
- https://developer.android.com/distribute/marketing-tools/linking-to-google-play
- https://www.androidauthority.com/android-market-google-play-different-787082/

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-09-18 01:45:54 +05:30
parent 53b50ec512
commit 29dc3692d2
5 changed files with 106 additions and 28 deletions

View File

@@ -378,4 +378,6 @@
<string name="app_link_enabled">App link enabled!</string>
<string name="app_link_play_store" translatable="false">play.google.com</string>
<string name="google_play_store_desc">Google Play, also known as the Google Play Store and formerly Android Market.</string>
</resources>
<string name="app_link_android_market" translatable="false">market.android.com</string>
<string name="android_market_desc">Android Market was an online store offering software applications designed for Android devices, retired in 2017.</string>
</resources>