since the user can't access the Quick Settings Panel. Bug: 294560581 Test: manual - Turn on feature flag: adb shell device_config put accessibility com.android.settings.accessibility.remove_qs_tooltip_in_suw true - Modify the font scale in SUW, verify the QS tooltip doesn't show up - Modify the font scale after SUW, verify the QS tooltip shows up Test: atest SettingsRoboTests:com.android.settings.accessibility Change-Id: I1d1a4f8f70ea3e1d929952d5c273de1b4cd80503
50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
package {
|
|
default_applicable_licenses: ["packages_apps_Settings_license"],
|
|
}
|
|
|
|
aconfig_declarations {
|
|
name: "aconfig_settings_flags",
|
|
package: "com.android.settings.flags",
|
|
srcs: [
|
|
"*.aconfig",
|
|
],
|
|
}
|
|
|
|
java_aconfig_library {
|
|
name: "aconfig_settings_flags_lib",
|
|
aconfig_declarations: "aconfig_settings_flags",
|
|
}
|
|
|
|
aconfig_declarations {
|
|
name: "factory_reset_flags",
|
|
package: "com.android.settings.factory_reset",
|
|
srcs: ["factory_reset/*.aconfig"],
|
|
}
|
|
|
|
java_aconfig_library {
|
|
name: "factory_reset_flags_lib",
|
|
aconfig_declarations: "factory_reset_flags",
|
|
}
|
|
|
|
aconfig_declarations {
|
|
name: "media_drm_flags",
|
|
package: "com.android.settings.media_drm",
|
|
srcs: ["media_drm/*.aconfig"],
|
|
}
|
|
|
|
java_aconfig_library {
|
|
name: "MediaDrmSettingsFlagsLib",
|
|
aconfig_declarations: "media_drm_flags",
|
|
}
|
|
|
|
aconfig_declarations {
|
|
name: "accessibility_flags",
|
|
package: "com.android.settings.accessibility",
|
|
srcs: ["accessibility/*.aconfig"],
|
|
}
|
|
|
|
java_aconfig_library {
|
|
name: "accessibility_settings_flags_lib",
|
|
aconfig_declarations: "accessibility_flags",
|
|
}
|