Android: Added deactivated intent filter for testing drop file support.
This commit is contained in:
parent
3aa86a838a
commit
3d0ff5a5d0
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@
|
|||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<!-- Drop file event -->
|
||||
<!--
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:mimeType="*/*" />
|
||||
</intent-filter>
|
||||
-->
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue