Skip to content

Commit 65d3a9f

Browse files
committed
Add LEANBACK_LAUNCHER category for Android TV compatibility.
1 parent 6bd63fb commit 65d3a9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<intent-filter>
2727
<action android:name="android.intent.action.MAIN"/>
2828
<category android:name="android.intent.category.LAUNCHER"/>
29+
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
2930
</intent-filter>
3031
</activity>
3132
<activity android:name=".AppListActivity" android:label="@string/app_name"/>

0 commit comments

Comments
 (0)