Re-add SubscribeOnAndroid to AndroidManifest (#7303)

Now that https://www.subscribeonandroid.com/.well-known/assetlinks.json exists, we can add back support for SubscribeOnAndroid.com
This commit is contained in:
Keunes 2024-07-27 17:42:25 +02:00 committed by GitHub
parent 744d03ee5b
commit 0c017dbee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -236,6 +236,17 @@
<data android:scheme="https" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:pathPattern="/.*\\..*/.*" />
<data android:host="subscribeonandroid.com" />
<data android:scheme="https" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND"/>