From f4ebfb3595a5cd87bbda60f940f9dec24654ba85 Mon Sep 17 00:00:00 2001 From: Joey Date: Thu, 27 Nov 2025 12:53:25 +0900 Subject: [PATCH] aconfig: Disable flashlight strength --- .../bp3a/com.android.systemui/flashlight_strength.textproto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/aconfig/bp3a/com.android.systemui/flashlight_strength.textproto b/release/aconfig/bp3a/com.android.systemui/flashlight_strength.textproto index 1ddd7bcb..c5d8a2ab 100644 --- a/release/aconfig/bp3a/com.android.systemui/flashlight_strength.textproto +++ b/release/aconfig/bp3a/com.android.systemui/flashlight_strength.textproto @@ -1,6 +1,6 @@ flag_value { package: "com.android.systemui" name: "flashlight_strength" - state: ENABLED + state: DISABLED permission: READ_ONLY }