Merge "[Physical Keyboard] Add flag for keyboard a11y new page features" into main
This commit is contained in:
@@ -108,6 +108,7 @@ android_library {
|
||||
"telephony_flags_core_java_lib",
|
||||
"setupdesign-lottie-loading-layout",
|
||||
"device_policy_aconfig_flags_lib",
|
||||
"keyboard_flags_lib",
|
||||
],
|
||||
|
||||
plugins: ["androidx.room_room-compiler-plugin"],
|
||||
|
@@ -66,3 +66,15 @@ java_aconfig_library {
|
||||
name: "development_settings_flag_lib",
|
||||
aconfig_declarations: "development_settings_flags",
|
||||
}
|
||||
|
||||
aconfig_declarations {
|
||||
name: "keyboard_flags",
|
||||
package: "com.android.settings.keyboard",
|
||||
container: "system_ext",
|
||||
srcs: ["keyboard/*.aconfig"],
|
||||
}
|
||||
|
||||
java_aconfig_library {
|
||||
name: "keyboard_flags_lib",
|
||||
aconfig_declarations: "keyboard_flags",
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
package: "com.android.settings.keyboard"
|
||||
container: "system_ext"
|
||||
|
||||
flag {
|
||||
name: "keyboard_and_touchpad_a11y_new_page_enabled"
|
||||
namespace: "input"
|
||||
description: "This flag enables or disables new page for physical keyboard and touchpad a11y features"
|
||||
bug: "345399212"
|
||||
}
|
Reference in New Issue
Block a user