Skip to content

Commit

Permalink
Revert "[Fix] Disable TV launcher intent due to Play policy."
Browse files Browse the repository at this point in the history
This reverts commit 136efa2.

Fixes: #997
  • Loading branch information
zhanghai committed Mar 4, 2024
1 parent a74b66d commit 9f1134a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<uses-feature android:name="android.hardware.wifi" android:required="false" />
<!-- TODO: Google Play requires TV apps to be published with AAB. -->
<!--<uses-feature android:name="android.software.leanback" android:required="false" />-->
<uses-feature android:name="android.software.leanback" android:required="false" />

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down Expand Up @@ -65,8 +64,7 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<!-- TODO: Google Play requires TV apps to be published with AAB. -->
<!--<category android:name="android.intent.category.LEANBACK_LAUNCHER" />-->
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>
<intent-filter tools:ignore="AppLinkUrlError">
<action android:name="android.intent.action.VIEW" />
Expand Down

0 comments on commit 9f1134a

Please sign in to comment.