Skip to content

Commit

Permalink
Add LEANBACK_LAUNCHER category for Android TV compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Nov 24, 2024
1 parent 6bd63fb commit 65d3a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".AppListActivity" android:label="@string/app_name"/>
Expand Down

0 comments on commit 65d3a9f

Please sign in to comment.