diff --git a/gms_full.mk b/gms_full.mk index 77460ce..ed42634 100644 --- a/gms_full.mk +++ b/gms_full.mk @@ -142,6 +142,7 @@ PRODUCT_PACKAGES += \ AvatarPickerGoogle \ GoogleFeedback \ GoogleServicesFramework \ + MagicPortraitWallpapers \ NexusLauncherRelease \ SetupWizardPixelPrebuilt \ QuickAccessWallet \ diff --git a/gms_full_tablet_wifionly.mk b/gms_full_tablet_wifionly.mk index 78c8d6a..9f06e52 100644 --- a/gms_full_tablet_wifionly.mk +++ b/gms_full_tablet_wifionly.mk @@ -122,6 +122,7 @@ PRODUCT_PACKAGES += \ AvatarPickerGoogle \ GoogleFeedback \ GoogleServicesFramework \ + MagicPortraitWallpapers \ NexusLauncherRelease \ QuickAccessWallet \ SetupWizardPixelPrebuilt \ diff --git a/product/packages/privileged_apps/SettingsIntelligenceGooglePrebuilt/SettingsIntelligenceGooglePrebuilt.apk b/product/packages/privileged_apps/SettingsIntelligenceGooglePrebuilt/SettingsIntelligenceGooglePrebuilt.apk index 2fa1546..33d70fe 100644 Binary files a/product/packages/privileged_apps/SettingsIntelligenceGooglePrebuilt/SettingsIntelligenceGooglePrebuilt.apk and b/product/packages/privileged_apps/SettingsIntelligenceGooglePrebuilt/SettingsIntelligenceGooglePrebuilt.apk differ diff --git a/product/packages/privileged_apps/WallpaperEffect/WallpaperEffect.apk b/product/packages/privileged_apps/WallpaperEffect/WallpaperEffect.apk index df7c73f..e19db84 100644 Binary files a/product/packages/privileged_apps/WallpaperEffect/WallpaperEffect.apk and b/product/packages/privileged_apps/WallpaperEffect/WallpaperEffect.apk differ diff --git a/system_ext/packages/privileged_apps/MagicPortraitWallpapers/Android.mk b/system_ext/packages/privileged_apps/MagicPortraitWallpapers/Android.mk new file mode 100644 index 0000000..5389e1d --- /dev/null +++ b/system_ext/packages/privileged_apps/MagicPortraitWallpapers/Android.mk @@ -0,0 +1,31 @@ +# +# Copyright (C) 2018-2019 The Google Pixel3ROM Project +# Copyright (C) 2024 The hentaiOS Project and its Proprietors +# +# Licensed under the Apache License, Version 2.0 (the License); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an AS IS BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# + +LOCAL_PATH := $(call my-dir) + +include $(CLEAR_VARS) +LOCAL_MODULE := MagicPortraitWallpapers +LOCAL_MODULE_TAGS := optional +LOCAL_SRC_FILES := MagicPortraitWallpapers.apk +LOCAL_CERTIFICATE := PRESIGNED +LOCAL_MODULE_CLASS := APPS +LOCAL_SYSTEM_EXT_MODULE := true +LOCAL_PRIVILEGED_MODULE := true +LOCAL_OPTIONAL_USES_LIBRARIES := androidx.window.extensions androidx.window.sidecar +LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX) +include $(BUILD_PREBUILT) diff --git a/system_ext/packages/privileged_apps/MagicPortraitWallpapers/MagicPortraitWallpapers.apk b/system_ext/packages/privileged_apps/MagicPortraitWallpapers/MagicPortraitWallpapers.apk new file mode 100644 index 0000000..82ff7ea Binary files /dev/null and b/system_ext/packages/privileged_apps/MagicPortraitWallpapers/MagicPortraitWallpapers.apk differ diff --git a/system_ext/packages/privileged_apps/NexusLauncherRelease/NexusLauncherRelease.apk b/system_ext/packages/privileged_apps/NexusLauncherRelease/NexusLauncherRelease.apk index 2495aee..0b88c0f 100644 Binary files a/system_ext/packages/privileged_apps/NexusLauncherRelease/NexusLauncherRelease.apk and b/system_ext/packages/privileged_apps/NexusLauncherRelease/NexusLauncherRelease.apk differ diff --git a/system_ext/packages/privileged_apps/WallpaperPickerGoogleRelease/WallpaperPickerGoogleRelease.apk b/system_ext/packages/privileged_apps/WallpaperPickerGoogleRelease/WallpaperPickerGoogleRelease.apk index a8899b4..1c5a260 100644 Binary files a/system_ext/packages/privileged_apps/WallpaperPickerGoogleRelease/WallpaperPickerGoogleRelease.apk and b/system_ext/packages/privileged_apps/WallpaperPickerGoogleRelease/WallpaperPickerGoogleRelease.apk differ