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
This commit is contained in:
Evan Chen
2025-03-03 18:24:54 +00:00
parent 43e0a04580
commit 1d32a08384

View File

@@ -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"
}