qs tile long tap now opening app

This commit is contained in:
egor-white
2025-07-12 14:22:42 +03:00
parent e3331119a0
commit 4e3fbb70ef

View File

@@ -41,9 +41,13 @@
android:theme="@style/Theme.Zaprett">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
<service
android:name=".utils.QSTileService"