sdm660-common: Increase max no of notification counts

Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
This commit is contained in:
PainKiller3 2019-07-23 10:07:20 +05:30 committed by Max Weffers
parent 98c0a30161
commit e1fce03336
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -24,4 +24,7 @@
<!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? --> <!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? -->
<bool name="doze_display_state_supported">true</bool> <bool name="doze_display_state_supported">true</bool>
<!-- Max visible notification icons -->
<integer name="config_maxVisibleNotificationIcons">6</integer>
<integer name="config_maxVisibleNotificationIconsWhenDark">7</integer>
</resources> </resources>