App | Override |
---|---|
EnhancedIME | LatinIME (AOSP Default Input Method) |
Google Markup Oreo Port | None |
MiXplorer | Many Default Custom ROMs file managers : CM,crDroid File Manager and Amaze |
Vinyl Music Player | Many Default Custom ROMs music player : Snapdragon, crDroid, Vanilla(AOSP) Music Player, Eleven, Phonograph and Retro Music |
APKs whose Makefile contains LOCAL_PRIVILEGED_MODULE flag set to true are placed in system/priv-app instead of /system/app .
In order to include these apps into your ROM add the following couple of lines in a makefile out of this repo (e.g., "device.mk" of your device tree).
# call FavoritePrebuiltApps
$(call inherit-product-if-exists, packages/apps/FavoritePrebuiltApps/Favorite__Prebuilt-Apps.mk)