We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd63fb commit 65d3a9fCopy full SHA for 65d3a9f
app/src/main/AndroidManifest.xml
@@ -26,6 +26,7 @@
26
<intent-filter>
27
<action android:name="android.intent.action.MAIN"/>
28
<category android:name="android.intent.category.LAUNCHER"/>
29
+ <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
30
</intent-filter>
31
</activity>
32
<activity android:name=".AppListActivity" android:label="@string/app_name"/>
0 commit comments