I'm currently porting an Android app (not a game) over to Ouya, and whenever I install it with AirDroid or via micro-USB cable, it goes straight to my games list instead of Make/Builds. Is there a way to change this? I guess it's not that important, I'm just curious as to this behavior. Here is the relevant part of my intent:
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="tv.ouya.intent.category.APP" />
</intent-filter>
Thanks for any info you might have!
Comments