google_pixel: apps: Drop MarkupGoogle

* Ugh, only arm64. Don't feel like fixing this.
lineage-20.0
Nolen Johnson 6 months ago
parent f71fa355b0
commit 94e4cd9a4b
  1. 1
      apps/GoogleApps.mk
  2. 5
      overlays/overlay-gms/frameworks/base/core/res/res/values/config.xml
  3. 7
      overlays/overlay-gms/frameworks/base/packages/SystemUI/res/values/config.xml

@ -60,7 +60,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
FlipendoPrebuilt \
GoogleExtServicesMobile \
MarkupGoogle \
NexusLauncherRelease \
NexusLauncherOverlay \
PlayAutoInstallConfig

@ -172,11 +172,6 @@
-->
<string name="config_systemAudioIntelligence" translatable="false">com.google.android.as</string>
<!-- Chooser image editing activity. Must handle ACTION_EDIT image/png intents.
If omitted, image editing will not be offered via Chooser.
This name is in the ComponentName flattened format (package/class) [DO NOT TRANSLATE] -->
<string name="config_systemImageEditor" translatable="false">com.google.android.markup/com.google.android.markup.AnnotateActivity</string>
<!-- Package name of the on-device intelligent processor for notification.
-->
<string name="config_systemNotificationIntelligence" translatable="false">com.google.android.as</string>

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Screenshot editing default activity. Must handle ACTION_EDIT image/png intents.
Blank sends the user to the Chooser first.
This name is in the ComponentName flattened format (package/class) -->
<string name="config_screenshotEditor">com.google.android.markup/com.google.android.markup.AnnotateActivity</string>
</resources>
Loading…
Cancel
Save