google_pixel: overlays: Disable default media picker

- We use Google SoundPicker

Change-Id: I79b8e0f3dad7c1f6c5a3def46c6842113d312de4
lineage-19.1
althafvly 3 years ago committed by Nolen Johnson
parent a8a92789b9
commit 0959692d50
  1. 3
      overlays/overlay-gms/frameworks/base/core/res/res/values/config.xml

@ -224,6 +224,9 @@
<!-- Whether this device is supporting the camera toggle --> <!-- Whether this device is supporting the camera toggle -->
<bool name="config_supportsMicToggle">true</bool> <bool name="config_supportsMicToggle">true</bool>
<!-- Enable the RingtonePickerActivity in 'com.android.providers.media'. -->
<bool name="config_defaultRingtonePickerEnabled">false</bool>
<!-- Control the behavior when the user presses the power and volume up buttons together. <!-- Control the behavior when the user presses the power and volume up buttons together.
0 - Nothing 0 - Nothing
1 - Mute toggle 1 - Mute toggle

Loading…
Cancel
Save