summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2023-03-17 18:22:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-03-17 18:22:44 +0000
commitcfaa47ca4f09cd2e5a61feaaf3d5b669af2eb9a5 (patch)
tree271c957bb56f38e76384f12362b09dd4f9af9705
parent8cdfa449fa380960344ae2e9d10fe391e21feb9a (diff)
parentd3f3cf276df5200472adb58e9126e8fd23b7aadc (diff)
downloadConfigInfrastructure-cfaa47ca4f09cd2e5a61feaaf3d5b669af2eb9a5.tar.gz
Merge "[Autofill Flags]: Enable Autofill flags." into udc-dev
-rw-r--r--framework/java/android/provider/WritableFlags.java8
1 files changed, 6 insertions, 2 deletions
diff --git a/framework/java/android/provider/WritableFlags.java b/framework/java/android/provider/WritableFlags.java
index 4d42e22..9cd292e 100644
--- a/framework/java/android/provider/WritableFlags.java
+++ b/framework/java/android/provider/WritableFlags.java
@@ -208,8 +208,10 @@ final class WritableFlags {
"attention_manager_service/post_dim_check_duration_millis",
"attention_manager_service/pre_dim_check_duration_millis",
"attention_manager_service/service_enabled",
- "autofill/autofill_credential_manager_enabled",
"autofill/autofill_credential_manager_ignore_views",
+ "autofill/autofill_credential_manager_enabled",
+ "autofill/autofill_credential_manager_suppress_fill_dialog",
+ "autofill/autofill_credential_manager_suppress_save_dialog",
"autofill/autofill_dialog_enabled",
"autofill/autofill_dialog_hints",
"autofill/compat_mode_allowed_packages",
@@ -219,11 +221,13 @@ final class WritableFlags {
"autofill/package_deny_list_for_unimportant_view",
"autofill/pcc_classification_enabled",
"autofill/pcc_classification_hints",
+ "autofill/pcc_use_fallback",
"autofill/portrait_body_height_max_percent",
+ "autofill/prefer_provider_over_pcc",
+ "autofill/should_enable_autofill_on_all_view_types",
"autofill/smart_suggestion_supported_modes",
"autofill/trigger_fill_request_on_filtered_important_views",
"autofill/trigger_fill_request_on_unimportant_view",
- "autofill/trigger_fill_request_on_unimportant_view_is_enabled",
"auto_pin_confirmation/enable_auto_pin_confirmation",
"backup_and_restore/backup_transport_callback_timeout_millis",
"backup_and_restore/backup_transport_callback_timeout_millis_new",