From 3fcd20eb884364ec4f218bef45103f0505238e37 Mon Sep 17 00:00:00 2001 From: Behnam Heydarshahi Date: Wed, 18 Jan 2023 21:28:07 +0000 Subject: [PATCH] Ring volume icon stuck at normal Fix the bug where dragging ring volume slider all the way to left would not trigger an icon change, on devices that do not have a vibrator. Solution: offer a boolean config for volumeDownToEnterSilent. Bug: 265459313 Test: Manual. Slide ring volume to left in settings. Ring volume icon should switch to mute/vibrate and not get stuck at normal. Change-Id: I71621dc2655317de8fb16b7b57d6087dfe7ceff3 --- .../overlay/frameworks/base/core/res/res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tangorpro/overlay/frameworks/base/core/res/res/values/config.xml b/tangorpro/overlay/frameworks/base/core/res/res/values/config.xml index 3cc4740..fd34b17 100644 --- a/tangorpro/overlay/frameworks/base/core/res/res/values/config.xml +++ b/tangorpro/overlay/frameworks/base/core/res/res/values/config.xml @@ -569,6 +569,9 @@ 0 + + true + false