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:
Philipp Schaefer 2014-02-14 11:32:26 +01:00
parent b8eb21bc0a
commit 9b5adb9ab9

View File

@ -81,7 +81,7 @@
<category android:name="android.intent.category.BROWSABLE"/>
<data android:mimeType="application/x-javascript" />
<data android:mimeType="text/*" />
<data android:mimeType="text/javascript" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>