Skip to content

Commit

Permalink
deactivated android tv to support APKs in play store
Browse files Browse the repository at this point in the history
  • Loading branch information
segler-alex committed Sep 27, 2023
1 parent f0f8ac8 commit b627074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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" />
<!--<category android:name="android.intent.category.LEANBACK_LAUNCHER" />-->
</intent-filter>

<!-- Use this intent filter to get voice searches, like "Play The Beatles" -->
Expand Down

0 comments on commit b627074

Please sign in to comment.