sm8150-common: DeviceSettings: Launch main activity on long QS tile press

Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
This commit is contained in:
Ido Ben-Hur 2020-10-27 17:17:44 +02:00 committed by Omkar Chandorkar
parent c62ced9719
commit 4beb4f6f85
No known key found for this signature in database
GPG Key ID: 95A33FD984777F70
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@
<intent-filter>
<action android:name="com.android.settings.action.EXTRA_SETTINGS" />
</intent-filter>
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
</intent-filter>
<meta-data
android:name="com.android.settings.icon"
android:resource="@drawable/ic_settings_device" />