Developers who didn’t make it to Google I/O are now getting their hands on the ADT-1 Android TV reference design. Has anyone tried running on there yet?
Not that I know of, but if it plays arbitrary android apps, I don’t know why it wouldn’t.
Yeah, really the only thing that would need to be added is an additional intent-filter to the AndroidManifest.xml.
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>