Skip to content

Commit

Permalink
Android: Added deactivated intent filter for testing drop file support.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 5, 2015
1 parent f080ac3 commit c3186d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android-project/AndroidManifest.xml
Expand Up @@ -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>

Expand Down

0 comments on commit c3186d5

Please sign in to comment.