don't trigger on all text mimeTypes
- this breaks compatibility with file explorers throwing a wrong intent (like ES explorer)...but this is not a problem IITCm has to workaround.
This commit is contained in:
parent
b8eb21bc0a
commit
9b5adb9ab9
@ -81,7 +81,7 @@
|
|||||||
<category android:name="android.intent.category.BROWSABLE"/>
|
<category android:name="android.intent.category.BROWSABLE"/>
|
||||||
|
|
||||||
<data android:mimeType="application/x-javascript" />
|
<data android:mimeType="application/x-javascript" />
|
||||||
<data android:mimeType="text/*" />
|
<data android:mimeType="text/javascript" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.VIEW"/>
|
<action android:name="android.intent.action.VIEW"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user