Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e79ed71 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge branch '5732-s-maps_icon' into 'v1-s'

Replace magic earth icon with our custom icon

See merge request !109
parents 7b3140dc 4201fc52
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ PRODUCT_PACKAGES += \
    WeatherProvider \
    SplitInstallService \
    WebCalendarManager \
    Talkback
    Talkback \
    mapsOverlay

# Removes proprietary apps
PRODUCT_PACKAGES += \
+4 −0
Original line number Diff line number Diff line
runtime_resource_overlay {
    name: "mapsOverlay",
    product_specific: true,
}
+10 −0
Original line number Diff line number Diff line
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="foundation.e.mapsoverlay"
    android:versionCode="1"
    android:versionName="1.0">
    <application android:hasCode="false" />
    <overlay
      android:targetPackage="com.generalmagic.magicearth"
      android:isStatic="true"
      android:priority="0"/>
</manifest>
+16.9 KiB
Loading image diff...
+16.9 KiB
Loading image diff...
Loading