From 1d32a08384f316b03d45d4eadb7a8c7b2e7cdbf8 Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Mon, 3 Mar 2025 18:24:54 +0000 Subject: [PATCH] Fix the namespace for CDM flag in Settings Test: unit test Bug: 398042032 Flag: com.android.settings.flags.enable_remove_association_bt_unpair Change-Id: I6bb813d6dce5a879e25e99f3cb680e38f36e90b2 --- aconfig/settings_bluetooth_declarations.aconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aconfig/settings_bluetooth_declarations.aconfig b/aconfig/settings_bluetooth_declarations.aconfig index 7f3089500f6..e2edcb53a4c 100644 --- a/aconfig/settings_bluetooth_declarations.aconfig +++ b/aconfig/settings_bluetooth_declarations.aconfig @@ -58,7 +58,7 @@ flag { flag { name: "enable_remove_association_bt_unpair" is_exported: true - namespace: "companion_device_manager" + namespace: "companion" description: "Allow to disassociate when to forget a BT pair device" bug: "365613753" }