Add legacy link handler for market links

Resolves : https://gitlab.com/AuroraOSS/AuroraStore/-/issues/621
This commit is contained in:
Rahul Kumar Patel
2021-05-27 00:30:56 +05:30
parent c530c223bf
commit d9af4f6502

View File

@@ -89,6 +89,12 @@
android:launchMode="singleTask" />
<activity android:name=".view.ui.details.AppDetailsActivity">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="market" android:host="details" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />