blob: d704bf2499bc9e1f102f2a74fe695cb870beeef2 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<<error>man<caret>ifest</error> xmlns:android="http://schemas.android.com/apk/res/android" package="test.pkg">
<uses-feature
android:name="android.software.leanback"
android:required="true"/>
<application>
<activity android:name="test.pkg.TvActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>