Skip to content
Snippets Groups Projects
Commit ddd2c166 authored by Haoran Zhang's avatar Haoran Zhang Committed by Android (Google) Code Review
Browse files

Merge "[Autofill Framework] Change fill fields from current session default to...

Merge "[Autofill Framework] Change fill fields from current session default to true on framework" into main
parents 635f5bc3 4de9c20f
No related branches found
No related tags found
No related merge requests found
......@@ -548,7 +548,7 @@ public class AutofillFeatureFlags {
return DeviceConfig.getBoolean(
DeviceConfig.NAMESPACE_AUTOFILL,
DEVICE_CONFIG_FILL_FIELDS_FROM_CURRENT_SESSION_ONLY,
false);
true);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment