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:
parent
744d03ee5b
commit
0c017dbee5
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue