sdm660-common: overlay: Set Google autofill service as default

This service must be trusted, as it can be activated without
explicit consent of the user. If no autofill service with the
specified name exists on the device, autofill will be disabled
by default.

Change-Id: Ib9a8620327dfbafa41063a96f84c3aaaf4ae4899
This commit is contained in:
Henrique Silva 2021-03-22 12:34:05 +06:00 committed by OdSazib
parent a86212ccb8
commit 79be95ced6
No known key found for this signature in database
GPG key ID: B678DBD07079B021

View file

@ -1141,5 +1141,11 @@
<!-- Amount of time in ms the user needs to press the relevant keys to trigger the
screenshot chord -->
<integer name="config_screenshotChordKeyTimeout">0</integer>
<!-- The component name, flattened to a string, for the default autofill service
to enabled for an user. This service must be trusted, as it can be activated
without explicit consent of the user. If no autofill service with the
specified name exists on the device, autofill will be disabled by default. -->
<string name="config_defaultAutofillService" translatable="false">com.google.android.gms/.autofill.service.AutofillService</string>
</resources>