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

Commit d388bb65 authored by Haijie Hong's avatar Haijie Hong
Browse files

Add a read only flag for expressive bluetooth UI

We need to use aconfig flag in resource xml, it currently only support read only flag.

Bug: 399532172
Test: local tested
Flag: com.android.settings.flags.enable_bluetooth_settings_expressive_design_read_only
Change-Id: I16434e50002491af658e931624a89ba464911916
parent d419986d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -72,3 +72,14 @@ flag {
      purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "enable_bluetooth_settings_expressive_design_read_only"
  namespace: "cross_device_experiences"
  description: "Enable Bluetooth Settings expressive design UI changes, read only flag."
  bug: "399532172"
  metadata {
      purpose: PURPOSE_BUGFIX
  }
  is_fixed_read_only: true
}