From 56741884729b9210b6385d7449a1568a57e36974 Mon Sep 17 00:00:00 2001 From: Lais Andrade Date: Fri, 17 Jan 2025 04:21:35 -0800 Subject: [PATCH] [Catalyst] Create new flag for migrating Vibration & haptics page The existing flag covered the screen initial migration and the main switch, this new one will cover the migration of all other vibration intensity slider and toggles in the page. Bug: 390338213 Change-Id: Ice3adb33758127974a568524f3cd136fe61b22be Test: N/A Flag: com.android.settings.flags.catalyst_vibration_screen --- aconfig/catalyst/sound_screen.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aconfig/catalyst/sound_screen.aconfig b/aconfig/catalyst/sound_screen.aconfig index ac7f8bc1b80..41acc0b9bf9 100644 --- a/aconfig/catalyst/sound_screen.aconfig +++ b/aconfig/catalyst/sound_screen.aconfig @@ -13,4 +13,11 @@ flag { namespace: "android_settings" description: "Flag for vibration and haptics page" bug: "323791114" +} + +flag { + name: "catalyst_vibration_screen" + namespace: "android_settings" + description: "Flag for vibration and haptics full page migration" + bug: "323791114" } \ No newline at end of file