aospa: overlay: Frameworks: Separate controls for notification and ringtone volumes

Change-Id: I28d44b38d792fdea8bb04c1a29066d4baa49bf2d
This commit is contained in:
Kunmun 2023-04-11 22:05:46 +05:30
parent 7524edf36d
commit 21f7b43c26
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2021 Paranoid Android
<!-- Copyright (C) 2023 Paranoid Android
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -153,4 +153,8 @@
auto-brightness. If unset, then it just gets the default sensor of type TYPE_LIGHT. -->
<string name="config_displayLightSensorType" translatable="false">android.sensor.light</string>
<!-- 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>
</resources>