Skip to content

Commit

Permalink
SmartTV app launcher support
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedDev94 committed Feb 10, 2024
1 parent 6d0b890 commit 4b63ed0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-feature android:name="android.software.leanback" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
Expand All @@ -9,6 +13,7 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:banner="@mipmap/banner"
android:label="@string/appName"
android:supportsRtl="true"
android:theme="@style/AppTheme">
Expand All @@ -19,6 +24,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
Expand Down
Binary file added app/src/main/res/mipmap/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b63ed0

Please sign in to comment.