omni: overlay: remove gapps packges we never have.
Change-Id: If85614eebf0e8271895989189ab5b7d4a650d84c
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index b9879b1..19a3a9b 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -83,33 +83,6 @@
-->
<string name="config_defaultWellbeingPackage">com.google.android.apps.wellbeing</string>
-
- <!-- The package name for the system's app prediction service.
- This service must be trusted, as it can be activated without explicit consent of the user.
- Example: "com.android.intelligence/.AppPredictionService"
- -->
- <string name="config_defaultAppPredictionService">com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService</string>
-
- <!-- The package name for the system's augmented autofill service.
- This service must be trusted, as it can be activated without explicit consent of the user.
- If no service with the specified name exists on the device, augmented autofill wil be
- disabled.
- Example: "com.android.augmentedautofill/.AugmentedAutofillService"
- -->
- <string name="config_defaultAugmentedAutofillService">com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiAugmentedAutofillService</string>
-
-
- <!-- The package name for the system's content suggestions service.
- Provides suggestions for text and image selection regions in snapshots of apps and should
- be able to classify the type of entities in those selections.
-
- This service must be trusted, as it can be activated without explicit consent of the user.
- If no service with the specified name exists on the device, content suggestions wil be
- disabled.
- Example: "com.android.contentsuggestions/.ContentSuggestionsService"
- -->
- <string name="config_defaultContentSuggestionsService">com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiContentSuggestionsService</string>
-
<!-- The component name for the system-wide captions manager service.
This service must be trusted, as the system binds to it and keeps it running.
Example: "com.android.captions/.SystemCaptionsManagerService"