Now, we have a filetype association!!!! :)

This commit is contained in:
Jairo Luiz
2014-02-12 20:56:11 -03:00
parent 667c4750ea
commit 8069dc02c6
5 changed files with 82 additions and 7 deletions
+13
View File
@@ -24,6 +24,19 @@
<category android:name="tv.ouya.intent.category.GAME"/>
</intent-filter>
</activity>
<activity
android:name="GameLauncher"
android:configChanges="orientation|screenSize"
android:screenOrientation="landscape" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="file" />
<data android:mimeType="*/*" />
<data android:pathPattern=".*\\.love" />
<data android:host="*" />
</intent-filter>
</activity>
</application>
<!-- Android 2.3.3 -->