Android: Added deactivated intent filter for testing drop file support.
--- a/android-project/AndroidManifest.xml Thu Jun 04 19:05:01 2015 -0400
+++ b/android-project/AndroidManifest.xml Fri Jun 05 19:40:50 2015 +0200
@@ -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>