forked from recloudstream/cloudstream
another thing i accidentaly removed
This commit is contained in:
parent
ff8f10c867
commit
83f31713eb
1 changed files with 9 additions and 0 deletions
|
@ -76,6 +76,15 @@
|
|||
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter android:exported="true">
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
||||
<data android:scheme="https" android:host="cs.repo" android:pathPrefix="/"/>
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue