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:
parent
a86212ccb8
commit
79be95ced6
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue