overlays: Exclude app prediction service
We don't have a config UI for this on Android 12.
This commit is contained in:
parent
8ad82a37d5
commit
59069aa220
1 changed files with 2 additions and 1 deletions
|
@ -122,8 +122,9 @@ const DIFF_EXCLUDE_KEYS = new Set([
|
|||
'android:bool/config_pinnerHomeApp',
|
||||
'com.android.settings:string-array/slice_allowlist_package_names',
|
||||
|
||||
// Intentionally included; attention, app prediction, speech recognition, search UI, smartspace, translation
|
||||
// Intentionally included; attention, speech recognition, search UI, smartspace, translation
|
||||
'android:string/config_defaultAccessibilityService',
|
||||
'android:string/config_defaultAppPredictionService',
|
||||
'android:string/config_defaultAssistantAccessComponent',
|
||||
'android:string/config_defaultAutofillService',
|
||||
'android:string/config_defaultDialer',
|
||||
|
|
Loading…
Reference in a new issue