AppLinksFragment: Support opening amazon appstore links

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-09-18 15:23:06 +05:30
parent 29dc3692d2
commit dbcc05f675
4 changed files with 57 additions and 1 deletions

View File

@@ -380,4 +380,6 @@
<string name="google_play_store_desc">Google Play, also known as the Google Play Store and formerly Android Market.</string>
<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>
<string name="app_link_amazon_appstore" translatable="false">www.amazon.com</string>
<string name="amazon_appstore_desc">Amazon Appstore is an app store for Android-compatible platforms operated by Amazon.</string>
</resources>