fix(android-tv): expose app in launcher grid + bump 1.0.11+12

This commit is contained in:
dwindown
2026-04-05 16:43:54 +07:00
parent ba407b1848
commit 410e84fbad
2 changed files with 13 additions and 2 deletions

View File

@@ -1,10 +1,17 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
<uses-feature
android:name="android.software.leanback"
android:required="false" />
<application
android:label="JamShalat - Masjid Screen"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/ic_launcher"
android:banner="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:exported="true"
@@ -26,6 +33,10 @@
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LEANBACK_LAUNCHER"/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->