Merge "[Physical Keyboard] Add flag for keyboard a11y new page features" into main

This commit is contained in:
Shaowei Shen
2024-08-14 02:26:13 +00:00
committed by Android (Google) Code Review
3 changed files with 22 additions and 0 deletions

View File

@@ -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"],

View File

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

View File

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