Skip to content

Commit

Permalink
Remove LEANBACK_LAUNCHER intent filter
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Dec 26, 2024
1 parent 28529b5 commit d09046e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Snapcast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "de.badaix.snapcast"
minSdkVersion 21
targetSdkVersion 34
versionCode 2902
versionName '0.29.0.2'
versionCode 2903
versionName '0.29.0.3'
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
externalNativeBuild {
Expand Down
2 changes: 1 addition & 1 deletion Snapcast/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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>
</activity>

Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 0.29.0.3

## General

- Remove `LEANBACK_LAUNCHER` intent filter, to avoid the PlayStore error: `Die App wurde als APK veröffentlicht, das den Fernseher unterstützt. Sie enthält also <category android:name="android.intent.category.LEANBACK_LAUNCHER"/> in einem der Intent-Filter der Hauptaktivität. Sie muss stattdessen als App-Bundle veröffentlicht werden.`

_Johannes Pohl <[email protected]> Thu, 26 Dec 2024 00:13:37 +0200_

# Version 0.29.0.2

## Bugfixes
Expand Down

0 comments on commit d09046e

Please sign in to comment.