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

Commit 22397e56 authored by jasonwshsu's avatar jasonwshsu Committed by Jason Hsu
Browse files

New flag: hearing_devices_input_routing_control

* Add into SettingsLib to be able to accessed by Settings and SystemUI

Bug: 349255906
Test: 'adb shell device_config list' to check flag exists
Flag: com.android.settingslib.flags.hearing_devices_input_routing_control
Change-Id: I3bc7846a82e5fc3deee53f4a96e77cedd2eff9b7
parent d984fd62
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -171,3 +171,10 @@ flag {
    description: "Enable the user consent prompt before writing sensitive preferences via service"
    bug: "378552675"
}

flag {
    name: "hearing_devices_input_routing_control"
    namespace: "accessibility"
    description: "Enable the input routing control in device details and hearing devices dialog."
    bug: "349255906"
}