diff --git a/config/common.mk b/config/common.mk
index 9454b5b00b902cde500149c99bd073597d461ac4..93f894074009f51d18a19b684d861285a43690c7 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -26,7 +26,8 @@ endif
# TalkBack
PRODUCT_PACKAGES += \
- Talkback
+ Talkback \
+ mapsOverlay
# Overlays
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS += $(VENDOR_PATH)/overlay/no-rro
diff --git a/rro_overlays/mapsOverlay/Android.bp b/rro_overlays/mapsOverlay/Android.bp
new file mode 100644
index 0000000000000000000000000000000000000000..fc40ba6d33edc6c5f3e4e20863aedf584df4ef56
--- /dev/null
+++ b/rro_overlays/mapsOverlay/Android.bp
@@ -0,0 +1,4 @@
+runtime_resource_overlay {
+ name: "mapsOverlay",
+ product_specific: true,
+}
diff --git a/rro_overlays/mapsOverlay/AndroidManifest.xml b/rro_overlays/mapsOverlay/AndroidManifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..90929a4a10995484a2925677b495134c95821de4
--- /dev/null
+++ b/rro_overlays/mapsOverlay/AndroidManifest.xml
@@ -0,0 +1,10 @@
+
+
+
+
diff --git a/rro_overlays/mapsOverlay/res/drawable/icon_magicearth_notification.png b/rro_overlays/mapsOverlay/res/drawable/icon_magicearth_notification.png
new file mode 100644
index 0000000000000000000000000000000000000000..e5152352037dd593d189c6bc06ae25f6c13c3278
Binary files /dev/null and b/rro_overlays/mapsOverlay/res/drawable/icon_magicearth_notification.png differ
diff --git a/rro_overlays/mapsOverlay/res/mipmap-hdpi/app_icon_foreground.png b/rro_overlays/mapsOverlay/res/mipmap-hdpi/app_icon_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3c6f2a1e7427a82a40a9c548106fdfa4ce38163
Binary files /dev/null and b/rro_overlays/mapsOverlay/res/mipmap-hdpi/app_icon_foreground.png differ
diff --git a/rro_overlays/mapsOverlay/res/mipmap-hdpi/ic_launcher_foreground.png b/rro_overlays/mapsOverlay/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..f3c6f2a1e7427a82a40a9c548106fdfa4ce38163
Binary files /dev/null and b/rro_overlays/mapsOverlay/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/rro_overlays/mapsOverlay/res/mipmap-mdpi/app_icon_foreground.png b/rro_overlays/mapsOverlay/res/mipmap-mdpi/app_icon_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..5e75215958c87c1015183fc715b4f9dd6feaa754
Binary files /dev/null and b/rro_overlays/mapsOverlay/res/mipmap-mdpi/app_icon_foreground.png differ
diff --git a/rro_overlays/mapsOverlay/res/mipmap-mdpi/ic_launcher_foreground.png b/rro_overlays/mapsOverlay/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..5e75215958c87c1015183fc715b4f9dd6feaa754
Binary files /dev/null and b/rro_overlays/mapsOverlay/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/rro_overlays/mapsOverlay/res/mipmap-xhdpi/app_icon_foreground.png b/rro_overlays/mapsOverlay/res/mipmap-xhdpi/app_icon_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..d3f33cd0ce0d7238d0759177e3e750667845ce16
Binary files /dev/null and b/rro_overlays/mapsOverlay/res/mipmap-xhdpi/app_icon_foreground.png differ
diff --git a/rro_overlays/mapsOverlay/res/mipmap-xhdpi/ic_launcher_foreground.png b/rro_overlays/mapsOverlay/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..d3f33cd0ce0d7238d0759177e3e750667845ce16
Binary files /dev/null and b/rro_overlays/mapsOverlay/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/app_icon_foreground.png b/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/app_icon_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..290991cc30b9e860e1530f0a215ed8d7d3d2dcbf
Binary files /dev/null and b/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/app_icon_foreground.png differ
diff --git a/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/ic_launcher_foreground.png b/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..290991cc30b9e860e1530f0a215ed8d7d3d2dcbf
Binary files /dev/null and b/rro_overlays/mapsOverlay/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/app_icon_foreground.png b/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/app_icon_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..2e03cec7e291f419c486c476cce8c5b2400086e2
Binary files /dev/null and b/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/app_icon_foreground.png differ
diff --git a/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..2e03cec7e291f419c486c476cce8c5b2400086e2
Binary files /dev/null and b/rro_overlays/mapsOverlay/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/rro_overlays/mapsOverlay/res/values/strings.xml b/rro_overlays/mapsOverlay/res/values/strings.xml
new file mode 100644
index 0000000000000000000000000000000000000000..fe894cfb7f9b36fdf6d9ca176da01c8ff437550a
--- /dev/null
+++ b/rro_overlays/mapsOverlay/res/values/strings.xml
@@ -0,0 +1,20 @@
+
+
+
+ Maps
+ Maps
+