mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-30 10:24:53 +01:00
Add intent filters for subscribeonandroid.com to manifest
This commit is contained in:
parent
e1f3452e61
commit
4636c01d73
@ -297,6 +297,22 @@
|
||||
<data android:scheme="antennapod-subscribe"/>
|
||||
</intent-filter>
|
||||
|
||||
<!--Support for subscribeonandroid.com URLS-->
|
||||
|
||||
<intent-filter android:label="android.intent.action.VIEW">
|
||||
<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:host="www.subscribeonandroid.com" />
|
||||
<data android:host="*subscribeonandroid.com" />
|
||||
<data android:scheme="http" />
|
||||
<data android:scheme="https" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEND"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user