SamsungDAP: Declare ACTION_QS_TILE_PREFERENCES intent filter

This lets us long press QS tile to open DAP settings.

Change-Id: Id634a2d0605735c7a689fffd335c5a7782dab51f
tirimbino
LuK1337 3 years ago
parent 366adc924a
commit c7de29af9e
  1. 1
      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

Loading…
Cancel
Save