projects
/
GitHub
/
LineageOS
/
android_hardware_samsung.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
366adc9
)
SamsungDAP: Declare ACTION_QS_TILE_PREFERENCES intent filter
author
LuK1337
<priv.luk@gmail.com>
Wed, 16 Mar 2022 21:54:06 +0000
(22:54 +0100)
committer
LuK1337
<priv.luk@gmail.com>
Wed, 16 Mar 2022 21:56:37 +0000
(22:56 +0100)
This lets us long press QS tile to open DAP settings.
Change-Id: Id634a2d0605735c7a689fffd335c5a7782dab51f
dap/AndroidManifest.xml
patch
|
blob
|
blame
|
history
diff --git
a/dap/AndroidManifest.xml
b/dap/AndroidManifest.xml
index faf11efd421e588cf84ae08d3b5f2c7a67874e9e..821b599a613f8786288b281cf5e8e8e64623bb78 100644
(file)
--- a/
dap/AndroidManifest.xml
+++ b/
dap/AndroidManifest.xml
@@
-35,6
+35,7
@@
android:exported="true"
android:label="@string/dolby_title">
<intent-filter>
+ <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
<action android:name="com.android.settings.action.IA_SETTINGS" />
</intent-filter>
<meta-data