diff --git a/config/common.mk b/config/common.mk index 27bb464448b15fa37c89a9bf27eb93d217abbb29..091b843ab9c2ef9e5c85ecbc08c66c65777721f0 100644 --- a/config/common.mk +++ b/config/common.mk @@ -42,7 +42,8 @@ PRODUCT_PACKAGES += \ WeatherProvider \ SplitInstallService \ WebCalendarManager \ - Talkback + Talkback \ + mapsOverlay # Removes proprietary apps PRODUCT_PACKAGES += \ diff --git a/overlay/rro_overlays/mapsOverlay/Android.bp b/overlay/rro_overlays/mapsOverlay/Android.bp new file mode 100644 index 0000000000000000000000000000000000000000..fc40ba6d33edc6c5f3e4e20863aedf584df4ef56 --- /dev/null +++ b/overlay/rro_overlays/mapsOverlay/Android.bp @@ -0,0 +1,4 @@ +runtime_resource_overlay { + name: "mapsOverlay", + product_specific: true, +} diff --git a/overlay/rro_overlays/mapsOverlay/AndroidManifest.xml b/overlay/rro_overlays/mapsOverlay/AndroidManifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..90929a4a10995484a2925677b495134c95821de4 --- /dev/null +++ b/overlay/rro_overlays/mapsOverlay/AndroidManifest.xml @@ -0,0 +1,10 @@ + + + + diff --git a/overlay/rro_overlays/mapsOverlay/res/mipmap-hdpi/app_icon_foreground.png b/overlay/rro_overlays/mapsOverlay/res/mipmap-hdpi/app_icon_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..f3c6f2a1e7427a82a40a9c548106fdfa4ce38163 Binary files /dev/null and b/overlay/rro_overlays/mapsOverlay/res/mipmap-hdpi/app_icon_foreground.png differ diff --git a/overlay/rro_overlays/mapsOverlay/res/mipmap-hdpi/ic_launcher_foreground.png b/overlay/rro_overlays/mapsOverlay/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..f3c6f2a1e7427a82a40a9c548106fdfa4ce38163 Binary files /dev/null and b/overlay/rro_overlays/mapsOverlay/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/overlay/rro_overlays/mapsOverlay/res/mipmap-mdpi/app_icon_foreground.png b/overlay/rro_overlays/mapsOverlay/res/mipmap-mdpi/app_icon_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..5e75215958c87c1015183fc715b4f9dd6feaa754 Binary files /dev/null and b/overlay/rro_overlays/mapsOverlay/res/mipmap-mdpi/app_icon_foreground.png differ diff --git a/overlay/rro_overlays/mapsOverlay/res/mipmap-mdpi/ic_launcher_foreground.png b/overlay/rro_overlays/mapsOverlay/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..5e75215958c87c1015183fc715b4f9dd6feaa754 Binary files /dev/null and b/overlay/rro_overlays/mapsOverlay/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/overlay/rro_overlays/mapsOverlay/res/mipmap-xhdpi/app_icon_foreground.png b/overlay/rro_overlays/mapsOverlay/res/mipmap-xhdpi/app_icon_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f33cd0ce0d7238d0759177e3e750667845ce16 Binary files /dev/null and b/overlay/rro_overlays/mapsOverlay/res/mipmap-xhdpi/app_icon_foreground.png differ diff --git a/overlay/rro_overlays/mapsOverlay/res/mipmap-xhdpi/ic_launcher_foreground.png b/overlay/rro_overlays/mapsOverlay/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..d3f33cd0ce0d7238d0759177e3e750667845ce16 Binary files /dev/null and b/overlay/rro_overlays/mapsOverlay/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/overlay/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/app_icon_foreground.png b/overlay/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/app_icon_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..290991cc30b9e860e1530f0a215ed8d7d3d2dcbf Binary files /dev/null and b/overlay/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/app_icon_foreground.png differ diff --git a/overlay/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/ic_launcher_foreground.png b/overlay/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..290991cc30b9e860e1530f0a215ed8d7d3d2dcbf Binary files /dev/null and b/overlay/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/overlay/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/app_icon_foreground.png b/overlay/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/app_icon_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..2e03cec7e291f419c486c476cce8c5b2400086e2 Binary files /dev/null and b/overlay/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/app_icon_foreground.png differ diff --git a/overlay/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/overlay/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000000000000000000000000000000000000..2e03cec7e291f419c486c476cce8c5b2400086e2 Binary files /dev/null and b/overlay/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ