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

Commit b9394d33 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Change default wallpaper

parent 1c2b0d54
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -89,7 +89,8 @@ PRODUCT_COPY_FILES += \
    $(VENDOR_PATH)/prebuilt/common/etc/init/init.e-partner.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/init.e-partner.rc

PRODUCT_PACKAGES += \
    BackgroundsDuckDuckGo
    BackgroundsDuckDuckGo \
    DuckDuckGoFrameworks

# SafetyNet compatibility
ifneq ($(filter stable dev partner,$(RELEASE_TYPE)),)
+5 −0
Original line number Diff line number Diff line
runtime_resource_overlay {
    name: "DuckDuckGoFrameworks",
    sdk_version: "current",
    product_specific: true,
}
+11 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="android.duckduckgo">

    <overlay
        android:isStatic="true"
        android:priority="800"
        android:requiredSystemPropertyName="persist.murena.product.partner"
        android:requiredSystemPropertyValue="quackquackgo"
        android:targetPackage="android" />
</manifest>
+865 KiB
Loading image diff...
+865 KiB
Loading image diff...
Loading