sdm660-common: overlay: show notification volume control slider separate from ring on QPR3
* config_alias_ring_notif_stream_types has been removed Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
f1935c4f78
commit
783449d602
2 changed files with 3 additions and 4 deletions
|
@ -21,5 +21,8 @@
|
||||||
|
|
||||||
<!-- Allow more cached apps in the background -->
|
<!-- Allow more cached apps in the background -->
|
||||||
<item>activity_manager/max_cached_processes=64</item>
|
<item>activity_manager/max_cached_processes=64</item>
|
||||||
|
|
||||||
|
<!-- Show notification volume control slider separate from ring -->
|
||||||
|
<item>systemui/volume_separate_notification=true</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -978,10 +978,6 @@
|
||||||
<!-- The number of volume steps for the ring stream -->
|
<!-- The number of volume steps for the ring stream -->
|
||||||
<integer name="config_audio_ring_vol_steps">25</integer>
|
<integer name="config_audio_ring_vol_steps">25</integer>
|
||||||
|
|
||||||
<!-- Flag indicating whether notification and ringtone volumes
|
|
||||||
are controlled together (aliasing is true) or not. -->
|
|
||||||
<bool name="config_alias_ring_notif_stream_types">false</bool>
|
|
||||||
|
|
||||||
<!-- Default component for QR code scanner -->
|
<!-- Default component for QR code scanner -->
|
||||||
<string name="config_defaultQrCodeComponent">org.lineageos.aperture/.QrScannerActivity</string>
|
<string name="config_defaultQrCodeComponent">org.lineageos.aperture/.QrScannerActivity</string>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue