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:
@@ -315,6 +315,14 @@
|
||||
android:name="packageName"
|
||||
android:defaultValue=""
|
||||
app:argType="string" />
|
||||
<!-- Android Market (deprecated) -->
|
||||
<deepLink
|
||||
app:action="android.intent.action.VIEW"
|
||||
app:uri="market:///details?id={packageName}" />
|
||||
<deepLink
|
||||
app:action="android.intent.action.VIEW"
|
||||
app:uri="market.android.com/details?id={packageName}" />
|
||||
<!-- Google Play (formerly Android Market) -->
|
||||
<deepLink
|
||||
app:action="android.intent.action.VIEW"
|
||||
app:uri="play.google.com/store/apps/details?id={packageName}" />
|
||||
|
||||
Reference in New Issue
Block a user