To Add Maintainer Name In Settings
- usage: Add in DT 'overlay/packages/apps/Settings/res/values/pixelstar_strings.xml'
<string name="pixelstar_maintainer">yourname</string>To disable Trasparent/Blured recents in pixel launcher
TARGET_USES_BLUR_RECENT := falseFor Face Unlock
TARGET_FACE_UNLOCK_SUPPORTED := trueFor Custom APP support
ADD_CUSTOM_APPS := trueFor Offline Charging animation from pixel (RECOMMENDED)
USE_PIXEL_CHARGER := trueFor Live Wallpaper
TARGET_INCLUDE_LIVE_WALLPAPERS := trueTo Remove Aperture Camera
PRODUCT_NO_CAMERA := trueTo use Pixel Carrier Settings
TARGET_INCLUDE_CARRIER_SETTINGS := trueNote for including more telephony components
TARGET_INCLUDE_PIXEL_IMS: Pixel IMSTARGET_INCLUDE_PIXEL_EUICC: Pixel eUICCTARGET_INCLUDE_CARRIER_SERVICES: Google Carrier Services
If your device support Now Playing feature by Google
TARGET_SUPPORTS_NOW_PLAYING := true[IMPORTANT] If you don't want Google Play System to be updatable (RECOMMENDED) To use this on low end devices with less memory space
TARGET_SUPPORTS_PREBUILT_UPDATABLE_APEX := falseCamera from Google (Formerly, Camera Go or GCam Go)
TARGET_INCLUDE_CAMERA_GO := trueEnabling Android (Go Edition) device specific features
TARGET_SUPPORTS_LILY_EXPERIENCE := trueBuild TurboAdapter with dummy GoogleBatteryService when flag is false (RECOMMENDED)
TARGET_SUPPORTS_GOOGLE_BATTERY := falseAdd Clear Calling Support
TARGET_SUPPORTS_CLEAR_CALLING := trueYou can check more Gapps specific flags HERE