|
1 | 1 | <?xml version='1.0' encoding='utf-8'?>
|
2 |
| -<manifest package="io.ionic.starter" xmlns:android="http://schemas.android.com/apk/res/android"> |
| 2 | +<manifest package="com.husudosu.mpvremote" xmlns:android="http://schemas.android.com/apk/res/android"> |
3 | 3 | <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true">
|
4 |
| - <activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode" android:label="@string/title_activity_main" android:launchMode="singleTask" android:name="io.ionic.starter.MainActivity" android:theme="@style/AppTheme.NoActionBarLaunch"> |
| 4 | + <activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode" android:label="@string/title_activity_main" android:launchMode="singleTask" android:name="com.husudosu.mpvremote.MainActivity" android:theme="@style/AppTheme.NoActionBarLaunch"> |
5 | 5 | <intent-filter>
|
6 | 6 | <action android:name="android.intent.action.MAIN" />
|
7 | 7 | <category android:name="android.intent.category.LAUNCHER" />
|
|
15 | 15 | <action android:name="com.darryncampbell.cordova.plugin.intent.ACTION" />
|
16 | 16 | <category android:name="android.intent.category.DEFAULT" />
|
17 | 17 | </intent-filter>
|
18 |
| - <!-- This filter captures protocols without type info --> |
19 | 18 | <intent-filter>
|
20 | 19 | <action android:name="android.intent.action.VIEW" />
|
21 |
| - |
22 | 20 | <category android:name="android.intent.category.DEFAULT" />
|
23 | 21 | <category android:name="android.intent.category.BROWSABLE" />
|
24 |
| - |
25 | 22 | <data android:scheme="rtmp" />
|
26 | 23 | <data android:scheme="rtmpe" />
|
27 | 24 | <data android:scheme="rtmps" />
|
|
34 | 31 | <data android:scheme="udp" />
|
35 | 32 | <data android:scheme="vlc" />
|
36 | 33 | </intent-filter>
|
37 |
| - <!-- This filter captures protocols with type info --> |
38 | 34 | <intent-filter>
|
39 | 35 | <action android:name="android.intent.action.VIEW" />
|
40 |
| - |
41 | 36 | <category android:name="android.intent.category.DEFAULT" />
|
42 | 37 | <category android:name="android.intent.category.BROWSABLE" />
|
43 |
| - |
44 | 38 | <data android:mimeType="video/*" />
|
45 | 39 | <data android:mimeType="audio/*" />
|
46 | 40 | <data android:scheme="rtmp" />
|
|
56 | 50 | </intent-filter>
|
57 | 51 | <intent-filter>
|
58 | 52 | <action android:name="android.intent.action.VIEW" />
|
59 |
| - |
60 | 53 | <category android:name="android.intent.category.DEFAULT" />
|
61 | 54 | <category android:name="android.intent.category.BROWSABLE" />
|
62 |
| - |
63 | 55 | <data android:scheme="" />
|
64 | 56 | <data android:scheme="file" />
|
65 | 57 | <data android:scheme="ftp" />
|
|
94 | 86 | </intent-filter>
|
95 | 87 | <intent-filter>
|
96 | 88 | <action android:name="android.intent.action.VIEW" />
|
97 |
| - |
98 | 89 | <category android:name="android.intent.category.DEFAULT" />
|
99 | 90 | <category android:name="android.intent.category.BROWSABLE" />
|
100 |
| - |
101 | 91 | <data android:scheme="" />
|
102 | 92 | <data android:scheme="file" />
|
103 | 93 | <data android:scheme="ftp" />
|
104 | 94 | <data android:scheme="content" />
|
105 | 95 | <data android:scheme="http" />
|
106 | 96 | <data android:scheme="https" />
|
107 | 97 | <data android:host="*" />
|
108 |
| - |
109 |
| - <!-- video --> |
110 |
| - |
111 | 98 | <data android:pathPattern=".*\\.3g2" />
|
112 | 99 | <data android:pathPattern=".*\\.3gp" />
|
113 | 100 | <data android:pathPattern=".*\\.3gp2" />
|
|
128 | 115 | <data android:pathPattern=".*\\.m2v" />
|
129 | 116 | <data android:pathPattern=".*\\.m2t" />
|
130 | 117 | <data android:pathPattern=".*\\.m2ts" />
|
131 |
| - <!-- <data android:pathPattern=".*\\.m3u" /> --> |
132 | 118 | <data android:pathPattern=".*\\.m3u8" />
|
133 | 119 | <data android:pathPattern=".*\\.mkv" />
|
134 | 120 | <data android:pathPattern=".*\\.mov" />
|
|
187 | 173 | <data android:pathPattern=".*\\.M2V" />
|
188 | 174 | <data android:pathPattern=".*\\.M2T" />
|
189 | 175 | <data android:pathPattern=".*\\.M2TS" />
|
190 |
| - <!-- <data android:pathPattern=".*\\.M3U" /> --> |
191 | 176 | <data android:pathPattern=".*\\.M3U8" />
|
192 | 177 | <data android:pathPattern=".*\\.MKV" />
|
193 | 178 | <data android:pathPattern=".*\\.MOV" />
|
|
226 | 211 | <data android:pathPattern=".*\\.WMV" />
|
227 | 212 | <data android:pathPattern=".*\\.WTV" />
|
228 | 213 | <data android:pathPattern=".*\\.XESC" />
|
229 |
| - |
230 |
| - <!-- audio --> |
231 |
| - |
232 | 214 | <data android:pathPattern=".*\\.3ga" />
|
233 | 215 | <data android:pathPattern=".*\\.a52" />
|
234 | 216 | <data android:pathPattern=".*\\.aac" />
|
|
0 commit comments