Add SubscribeOnAndroid to AndroidManifest

This commit is contained in:
Keunes 2024-07-24 09:18:59 +02:00
parent 744d03ee5b
commit 3b709de60a
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"/>