mirror of
https://github.com/CherretGit/zaprett-app.git
synced 2025-12-29 15:09:38 +05:00
qs tile long tap now opening app
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user