Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d32a083 authored by Evan Chen's avatar Evan Chen
Browse files

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
parent 43e0a045
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
 }