pie 51a175d0f5ad cached
1743 files
31.2 MB
898.2k tokens
1 requests
Download .txt
Showing preview only (3,579K chars total). Download the full file or copy to clipboard to get everything.
Repository: phhusson/vendor_hardware_overlay
Branch: pie
Commit: 51a175d0f5ad
Files: 1743
Total size: 31.2 MB

Directory structure:
gitextract_14n0fk31/

├── .github/
│   └── workflows/
│       └── Build.yml
├── .gitignore
├── Asus/
│   ├── RogPhone/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── ZenFone5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── ZenFone5Z/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── ZenFoneLiveL1ZA550KL/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── ZenFoneMaxM2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── ZenFoneMaxShot/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Zenfone5-10/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Zenfone8/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               └── display.xml
├── Blackview/
│   ├── BV6900/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── BV9500Plus/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── CAF-IMS/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── DevInputJack/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── DuoQin/
│   ├── Qin2Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── QinF21Pro/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── arrays.xml
│           │   └── bools.xml
│           └── xml/
│               └── power_profile.xml
├── Essential/
│   └── PH-1/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── brightness.xml
│           │   ├── navbar.xml
│           │   └── notch.xml
│           ├── values-land/
│           │   └── notch.xml
│           └── xml/
│               └── power_profile.xml
├── Fairphone/
│   └── FP3/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── FalseLocks/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── HTC/
│   ├── Exodus1/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── U12Plus/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── HW-IMS/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── HighPriorityMisc/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       ├── values/
│       │   └── config.xml
│       └── xml/
│           └── config_webview_packages.xml
├── Huawei/
│   ├── ARE/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Generic/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── hi3660/
│   │   ├── DUK/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── SHT/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── STF/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   └── VTR/
│   │       ├── Android.mk
│   │       ├── AndroidManifest.xml
│   │       └── res/
│   │           ├── values/
│   │           │   └── config.xml
│   │           └── xml/
│   │               └── power_profile.xml
│   ├── hi6250/
│   │   ├── ANE/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   ├── config.xml
│   │   │       │   └── notch.xml
│   │   │       ├── values-land/
│   │   │       │   └── notch.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── BND/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── FIG/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── LLD/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── PIC/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── PRA/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── RNE/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   └── WAS/
│   │       ├── Android.mk
│   │       ├── AndroidManifest.xml
│   │       └── res/
│   │           ├── values/
│   │           │   └── config.xml
│   │           └── xml/
│   │               └── power_profile.xml
│   ├── kirin710/
│   │   ├── MAR/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   ├── config.xml
│   │   │       │   └── notch.xml
│   │   │       ├── values-land/
│   │   │       │   └── notch.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   └── POT/
│   │       ├── Android.mk
│   │       ├── AndroidManifest.xml
│   │       └── res/
│   │           ├── values/
│   │           │   ├── config.xml
│   │           │   └── notch.xml
│   │           ├── values-land/
│   │           │   └── notch.xml
│   │           └── xml/
│   │               └── power_profile.xml
│   ├── kirin970/
│   │   ├── BKL/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── values.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── CLT/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── notch.xml
│   │   │       └── values-land/
│   │   │           └── notch.xml
│   │   ├── COL/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       ├── values-land/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── COR/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── values.xml
│   │   │       ├── values-land/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   └── EML/
│   │       ├── Android.mk
│   │       ├── AndroidManifest.xml
│   │       └── res/
│   │           ├── values/
│   │           │   └── notch.xml
│   │           └── values-land/
│   │               └── notch.xml
│   ├── msm8917/
│   │   └── ATU/
│   │       ├── Android.mk
│   │       ├── AndroidManifest.xml
│   │       └── res/
│   │           ├── values/
│   │           │   └── config.xml
│   │           └── xml/
│   │               └── power_profile.xml
│   └── msm8937/
│       └── AUM/
│           ├── Android.mk
│           ├── AndroidManifest.xml
│           └── res/
│               ├── values/
│               │   ├── arrays.xml
│               │   └── bools.xml
│               └── xml/
│                   └── power_profile.xml
├── Infinix/
│   ├── Note10/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Note10Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Note5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Note7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Note8/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S4/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Zero6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── ZeroXPro/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── arrays.xml
│           │   ├── bools.xml
│           │   ├── integers.xml
│           │   └── strings.xml
│           └── xml/
│               └── power_profile.xml
├── LG/
│   ├── G7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G7One/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── V40/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── Velvet/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── mfh505glm/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── mfh505glm-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   └── timelm/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── Lenovo/
│   ├── K5Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── brightness.xml
│   │       │   ├── connectivity.xml
│   │       │   └── doze.xml
│   │       └── xml/
│   │           ├── power_profile.xml
│   │           └── power_profile_test.xml
│   ├── Q706F/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S5Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── TabV7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── TabV7-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── Y70/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Z5/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── config.xml
│           │   └── notch.xml
│           ├── values-land/
│           │   └── notch.xml
│           └── xml/
│               └── power_profile.xml
├── MBI/
│   ├── S10/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── S10-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               └── config.xml
├── MTK-IMS/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Meizu/
│   ├── M2181/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── M2181-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values-land/
│           │   └── config.xml
│           ├── values-xxhdpi/
│           │   └── config.xml
│           ├── values-xxhdpi-v31/
│           │   └── config.xml
│           ├── values-xxxhdpi/
│           │   └── config.xml
│           └── values-xxxhdpi-v31/
│               └── config.xml
├── Misc/
│   ├── AOD/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── AOD-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── MinimalBrightness/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   └── dt2w/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               └── config.xml
├── Moto/
│   ├── E5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── E5Plus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── E6Plus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G100-Nio/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G31/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G6Play/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G6Plus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G7Play/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G7Power/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G8/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G8Plus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G8Power/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── GPure/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── One/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── OneAction/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── OneFusion/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── OneFusion-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── OneFusionPlus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── OneHyper/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Razr/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── hiphi/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── hiphi-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── rhodep/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── rhodep-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── tundra/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   └── tundra-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           ├── values-land/
│           │   └── config.xml
│           └── values-v31/
│               └── config.xml
├── NavBar/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── NightMode/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Nokia/
│   ├── B2N-7Plus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── CTL-7.1/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── DRG-6.1Plus-X6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Nokia-4.2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── brightness.xml
│   │       │   ├── navbar.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Nokia-7.2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Nokia-7.2-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── PDA_sprout-5.1Plus-X5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PL2-6.1/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── brightness.xml
│   │           ├── doze.xml
│   │           ├── misc.xml
│   │           ├── network.xml
│   │           └── sensors.xml
│   ├── PNX-8.1-X7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── PNX-8.1-X7-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── values-sw372dp/
│               └── config.xml
├── Nubia/
│   ├── RedMagic3s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Z18mini/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── ONN/
│   └── mid7019/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── arrays.xml
│           │   ├── bools.xml
│           │   └── strings.xml
│           └── xml/
│               └── power_profile.xml
├── OPPO/
│   ├── A54/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── A54-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── FindX3Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-sw320dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw338dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw360dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw411dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw454dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw460dp/
│   │       │   └── dimens.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── FindX3Pro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi-v31/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi-v31/
│   │           └── config.xml
│   ├── Reno6-5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── Reno6-5G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── RenoPro2019/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   └── RenoPro2019-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── values-land/
│               └── config.xml
├── OnePlus/
│   ├── AcePro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── AcePro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── N10/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── N10-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── N2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── N2-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── N20/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── N20-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── N200/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── N200-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── Nord/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── Nord-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── NordCE/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── NordCE-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── OP10Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-sw320dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw338dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw360dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw411dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw454dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw460dp/
│   │       │   └── dimens.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── OP10Pro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi-v31/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi-v31/
│   │           └── config.xml
│   ├── OP6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── OP6T/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── OP6T-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── dimens.xml
│   │       └── values-sw372dp/
│   │           └── dimens.xml
│   ├── OP8/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── OP8-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── OP9/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── OP9-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           ├── values-land/
│           │   └── config.xml
│           └── values-v31/
│               └── config.xml
├── Oukitel/
│   ├── C18_Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── WP8PRO/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── bools.xml
│           │   └── strings.xml
│           └── xml/
│               └── power_profile.xml
├── README
├── Razer/
│   └── cheryl/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               ├── arrays.xml
│               ├── bools.xml
│               └── integers.xml
├── Realme/
│   ├── 6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   ├── network.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           ├── power_profile.xml
│   │           └── power_profile_test.xml
│   ├── 6i/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           ├── power_profile.xml
│   │           └── power_profile_test.xml
│   ├── 8-5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── 8-5G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── C2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── C3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   └── bools.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── GT2Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-sw320dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw338dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw360dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw411dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw454dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw460dp/
│   │       │   └── dimens.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi/
│   │           └── config.xml
│   ├── GT2Pro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi-v31/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi-v31/
│   │           └── config.xml
│   ├── GTMaster/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── GTMaster-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── GTMasterExplorer/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-sw320dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw338dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw360dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw411dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw454dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw460dp/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── GTMasterExplorer-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── GTNeo3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-sw320dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw338dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw360dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw411dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw454dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw460dp/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── GTNeo3-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── Narzo10A/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   └── bools.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Q2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Q2-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── Q3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── X2Pro/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               ├── bools.xml
│               └── integers.xml
├── SEC-IMS/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── SPRD-IMS/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Samsung/
│   ├── A20/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A20s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── config.xml
│   │       │   └── dimens.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A20s-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── A21s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A21s-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── A30/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A31/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A31-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── bools.xml
│   │           └── dimens.xml
│   ├── A32/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A32-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── bools.xml
│   │           └── dimens.xml
│   ├── A33/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A33-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── bools.xml
│   │           └── dimens.xml
│   ├── A40/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── brightness.xml
│   │       │   ├── config.xml
│   │       │   ├── doze.xml
│   │       │   ├── network.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A50/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── brightness.xml
│   │       │   ├── dimens.xml
│   │       │   └── doze.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A51/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A51-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── A52/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A53/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── configs.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A53-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── configs.xml
│   ├── A7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   └── integers.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A70/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── brightness.xml
│   │       │   ├── dimens.xml
│   │       │   ├── doze.xml
│   │       │   └── strings.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A71/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A73/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A80/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── brightness.xml
│   │       │   ├── dimens.xml
│   │       │   └── doze.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A9/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── brightness.xml
│   │       │   ├── doze.xml
│   │       │   └── network.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── J6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── M31/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── M31-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── M31s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── M31s-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── M52/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── N9q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S10e/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── brightness.xml
│   │           └── doze.xml
│   ├── S10pq/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── arrays.xml
│   │           ├── bools.xml
│   │           ├── integers.xml
│   │           └── strings.xml
│   ├── S10q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── arrays.xml
│   │           ├── bools.xml
│   │           ├── integers.xml
│   │           └── strings.xml
│   ├── S20/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S20-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-port/
│   │           └── config.xml
│   ├── S20fe/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S20fe-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── S9pq/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S9q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── a51x/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── a60q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── a82xq/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── a82xq-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi/
│   │           └── config.xml
│   ├── d1q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── d1q-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── d1x/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── d1x-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── gta2xl/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── gta3xl/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── gta7litewifi/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   └── bools.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── gts7xllite/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── bools.xml
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── gts8p/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── bools.xml
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── o1s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── p3s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── p3s-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── r0q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── r0q-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── r0s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── r0s-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── r5q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── r9q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── bools.xml
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── r9s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── starqltekdi/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── starqltekdi-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── t2s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── z3q/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── Sharp/
│   └── S2/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── config.xml
│           │   └── notch.xml
│           ├── values-land/
│           │   └── notch.xml
│           └── xml/
│               └── power_profile.xml
├── Sony/
│   ├── J9110/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── SO-03L/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── XZ2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── XZ3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           ├── apns.xml
│   │           └── power_profile.xml
│   ├── pdx206/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── pdx206_kddi/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── pdx213/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── pdx213-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values-v31/
│   │           └── config.xml
│   ├── pdx215/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── pdx223/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── Teclast/
│   ├── M30/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── P20HD/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── T30/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── Tecno/
│   ├── Camon11/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Spark5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Spark6/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── arrays.xml
│           │   ├── bools.xml
│           │   ├── integers.xml
│           │   └── strings.xml
│           └── xml/
│               └── power_profile.xml
├── Telephony/
│   ├── CAF-IMS/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── HW-IMS/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── MTK-IMS/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── SLSI-IMS/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   └── SPRD-IMS/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               └── config.xml
├── Telephony-LTE/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Teracube/
│   ├── 2e/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   └── v7101o/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── dimens.xml
│           ├── values-land/
│           │   └── dimens.xml
│           └── xml/
│               └── power_profile.xml
├── Tethering/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Tethering-nobpf/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── TrebleApp/
│   ├── Android.mk
│   └── app.apk
├── Umidigi/
│   ├── A13_Pro_Max_5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A3S/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   └── bools.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A5pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Power/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── notch.xml
│           ├── values-land/
│           │   └── notch.xml
│           └── xml/
│               └── power_profile.xml
├── Unihertz/
│   ├── Jelly2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── TitanpocketEEA/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── arrays.xml
│           │   ├── bools.xml
│           │   └── integers.xml
│           └── xml/
│               └── power_profile.xml
├── Vivo/
│   ├── Y20/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── configs.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Y20-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── configs.xml
│   └── Y31/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── configs.xml
│           └── xml/
│               └── power_profile.xml
├── Vsmart/
│   ├── Active3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   ├── public.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Joy3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Live/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           ├── values-land/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── Wifi5G/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Xiaomi/
│   ├── Civi/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-440dpi/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Civi-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-440dpi/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-port/
│   │       │   └── config.xml
│   │       ├── values-v31/
│   │       │   └── config.xml
│   │       ├── values-xhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi/
│   │           └── config.xml
│   ├── Mi11Lite5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi11TPro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi6X/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi8/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi8EE/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi8Lite/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi8Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi8SE/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi9/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   ├── notch.xml
│   │       │   └── pinner.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi9SE/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiA2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiA2Lite/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiMax3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiMix2S/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiMix3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiMix3-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── dimens.xml
│   │       └── values-sw372dp/
│   │           └── dimens.xml
│   ├── MiPad4/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiPad5Pro5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiPlay/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoF1/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoF4/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── config.xml
│   │       │   ├── dimens.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoF4-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── drawable/
│   │       │   └── rounded.xml
│   │       └── values/
│   │           ├── config.xml
│   │           └── dimens.xml
│   ├── PocoM3Pro5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoM4Pro5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoM4Pro5G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-port/
│   │           └── config.xml
│   ├── PocoM5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoX3GT/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi10X5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi10X5G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── dimens.xml
│   ├── Redmi6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi6A/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi6Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi7A/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi7onc/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi8/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi8A/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi9/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── bools.xml
│   │           ├── dimens.xml
│   │           └── strings.xml
│   ├── Redmi9-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── dimens.xml
│   │       ├── values-440dpi/
│   │       │   └── dimens.xml
│   │       └── values-port/
│   │           └── dimens.xml
│   ├── Redmi9A/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi9T/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiGo/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiK20Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiK20Pro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-440dpi/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-v31/
│   │       │   └── config.xml
│   │       └── values-xxhdpi/
│   │           └── config.xml
│   ├── RedmiK50Ultra/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote10/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote10Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote10S/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote10S-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-port/
│   │           └── config.xml
│   ├── RedmiNote11/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote114G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote114G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── RedmiNote115G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote115G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-port/
│   │           └── config.xml
│   ├── RedmiNote5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote6Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote6Pro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── dimens.xml
│   │       └── values-sw372dp/
│   │           └── dimens.xml
│   ├── RedmiNote7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           ├── power_profile.xml
│   │           └── power_profile_test.xml
│   ├── RedmiNote8Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── audiojack.xml
│   │       │   ├── bluetooth.xml
│   │       │   ├── brightness.xml
│   │       │   ├── doze.xml
│   │       │   ├── location.xml
│   │       │   ├── misc.xml
│   │       │   ├── network.xml
│   │       │   ├── notch.xml
│   │       │   └── sensors.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote9Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote9ProMax/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote9S/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote9T/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── RedmiS2/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── azure-pipelines.yml
├── bq/
│   └── jeice/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── build/
│   ├── .gitignore
│   ├── aapt
│   ├── android.jar
│   ├── build.sh
│   ├── keys/
│   │   ├── platform.pk8
│   │   └── platform.x509.pem
│   └── signapk/
│       └── signapk.jar
├── overlay.mk
├── tests/
│   ├── blacklist
│   ├── knownKeys
│   └── tests.sh
└── tmp/
    ├── Android.mk
    └── phh.txt

================================================
FILE CONTENTS
================================================

================================================
FILE: .github/workflows/Build.yml
================================================
name: Overlay

on:
  pull_request:
    branches: [pie]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - name: Check Out
      uses: actions/checkout@main

    - name: Prepare the environment
      run: |
        sudo apt -y install git-core git xmlstarlet
        sudo apt update

    - name: Run test scripts
      run: |
        cd tests
        bash tests.sh

    - name: Build APK's
      run: |
        cd build
        bash build.sh

    - name: Upload APK
      uses: actions/upload-artifact@v4
      with:
        path: build/*.apk
        name: Overlays


================================================
FILE: .gitignore
================================================
.*.swp
.DS_Store
.idea/*


================================================
FILE: Asus/RogPhone/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-asus-rogphone
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Asus/RogPhone/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.asus.rogphone"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
                android:requiredSystemPropertyValue="+*ASUS_Z01QD_1*"
		android:priority="625"
		android:isStatic="true" />
</manifest>


================================================
FILE: Asus/RogPhone/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <bool name="config_automatic_brightness_available">true</bool>
    <bool name="config_showNavigationBar">true</bool>

    <fraction name="config_autoBrightnessAdjustmentMaxGamma">300.0%</fraction>
    <fraction name="config_screenAutoBrightnessDozeScaleFactor">100.0%</fraction>
    <fraction name="config_maximumScreenDimRatio">20.000004%</fraction>

    <integer name="config_screenBrightnessDark">1</integer>
    <integer name="config_screenBrightnessDim">10</integer>
    <integer name="config_screenBrightnessDoze">17</integer>
    <integer name="config_screenBrightnessSettingMinimum">1</integer>
    <integer name="config_screenBrightnessSettingDefault">63</integer>
    <integer name="config_screenBrightnessSettingMaximum">255</integer>
    <integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
    <integer name="config_autoBrightnessInitialLightSensorRate">-1</integer>
    <integer name="config_autoBrightnessLightSensorRate">250</integer>
    <integer name="config_brightness_ramp_rate_fast">180</integer>
    <integer name="config_brightness_ramp_rate_slow">10</integer>

    <integer-array name="config_autoBrightnessLevels">
        <item>1</item>
        <item>15</item>
        <item>30</item>
        <item>50</item>
        <item>100</item>
        <item>200</item>
        <item>300</item>
        <item>400</item>
        <item>500</item>
        <item>650</item>
        <item>800</item>
        <item>1000</item>
        <item>1500</item>
        <item>2000</item>
        <item>3000</item>
        <item>4000</item>
        <item>5000</item>
        <item>7000</item>
        <item>10000</item>
        <item>12500</item>
        <item>15000</item>
    </integer-array>
    <integer-array name="config_autoBrightnessDisplayValuesNits">
        <item>7</item>
        <item>11</item>
        <item>34</item>
        <item>52</item>
        <item>67</item>
        <item>81</item>
        <item>105</item>
        <item>119</item>
        <item>130</item>
        <item>139</item>
        <item>152</item>
        <item>164</item>
        <item>177</item>
        <item>227</item>
        <item>263</item>
        <item>290</item>
        <item>303</item>
        <item>310</item>
        <item>314</item>
        <item>319</item>
        <item>399</item>
        <item>480</item>
    </integer-array>
    <integer-array name="config_screenBrightnessBacklight">
        <item>1</item>
        <item>4</item>
        <item>6</item>
        <item>19</item>
        <item>29</item>
        <item>37</item>
        <item>45</item>
        <item>58</item>
        <item>66</item>
        <item>72</item>
        <item>77</item>
        <item>84</item>
        <item>91</item>
        <item>98</item>
        <item>126</item>
        <item>146</item>
        <item>161</item>
        <item>168</item>
        <item>172</item>
        <item>174</item>
        <item>177</item>
        <item>221</item>
        <item>255</item>
    </integer-array>
    <integer-array name="config_screenBrightnessNits">
        <item>2</item>
        <item>7</item>
        <item>11</item>
        <item>34</item>
        <item>52</item>
        <item>67</item>
        <item>81</item>
        <item>105</item>
        <item>119</item>
        <item>130</item>
        <item>139</item>
        <item>152</item>
        <item>164</item>
        <item>177</item>
        <item>227</item>
        <item>263</item>
        <item>290</item>
        <item>303</item>
        <item>310</item>
        <item>314</item>
        <item>319</item>
        <item>399</item>
        <item>460</item>
    </integer-array>
</resources>


================================================
FILE: Asus/RogPhone/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
    <item name="ambient.on">0.1</item>
    <item name="screen.on">129</item>
    <item name="screen.full">334</item>
    <item name="bluetooth.active">63.6</item>
    <item name="bluetooth.on">0.3</item>
    <item name="wifi.on">0.29</item>
    <item name="wifi.active">6.2</item>
    <item name="wifi.scan">143</item>
    <item name="audio">14.1</item>
    <item name="video">54</item>
    <item name="camera.flashlight">412</item>
    <item name="camera.avg">856.8</item>
    <item name="gps.on">50</item>
    <item name="radio.active">351.8</item>
    <item name="radio.scanning">1.33</item>
    <array name="radio.on">
        <value>36.53</value>
        <value>21.13</value>
        <value>7.62</value>
        <value>6.12</value>
        <value>4.58</value>
    </array>
    <array name="cpu.clusters.cores">
        <value>4</value>
        <value>4</value>
    </array>
    <array name="cpu.speeds.cluster0">
        <value>300000</value>
        <value>403200</value>
        <value>480000</value>
        <value>576000</value>
        <value>652800</value>
        <value>748800</value>
        <value>825600</value>
        <value>902400</value>
        <value>979200</value>
        <value>1056000</value>
        <value>1132800</value>
        <value>1228800</value>
        <value>1324800</value>
        <value>1420800</value>
        <value>1516800</value>
        <value>1612800</value>
        <value>1689600</value>
        <value>1766400</value>
    </array>
    <array name="cpu.speeds.cluster1">
        <value>825600</value>
        <value>902400</value>
        <value>979200</value>
        <value>1056000</value>
        <value>1209600</value>
        <value>1286400</value>
        <value>1363200</value>
        <value>1459200</value>
        <value>1536000</value>
        <value>1612800</value>
        <value>1689600</value>
        <value>1766400</value>
        <value>1843200</value>
        <value>1920000</value>
        <value>1996800</value>
        <value>2092800</value>
        <value>2169600</value>
        <value>2246400</value>
        <value>2323200</value>
        <value>2400000</value>
        <value>2476800</value>
        <value>2553600</value>
        <value>2649600</value>
    </array>
    <array name="cpu.active.cluster0">
        <value>45.1</value>
        <value>54.3</value>
        <value>55.1</value>
        <value>56.3</value>
        <value>61.7</value>
        <value>64.6</value>
        <value>62.7</value>
        <value>68.1</value>
        <value>71</value>
        <value>74.6</value>
        <value>79</value>
        <value>78.2</value>
        <value>84.2</value>
        <value>88.6</value>
        <value>97.9</value>
        <value>98</value>
        <value>100</value>
        <value>105</value>
    </array>
    <array name="cpu.active.cluster1">
        <value>85</value>
        <value>90</value>
        <value>96</value>
        <value>102</value>
        <value>107</value>
        <value>114</value>
        <value>121</value>
        <value>129</value>
        <value>138</value>
        <value>147</value>
        <value>157</value>
        <value>168</value>
        <value>180</value>
        <value>193</value>
        <value>207</value>
        <value>221</value>
        <value>236</value>
        <value>257</value>
        <value>276</value>
        <value>295</value>
        <value>314</value>
        <value>332</value>
        <value>350</value>
    </array>
    <array name="memory.bandwidths">
        <value>22.7</value>
    </array>
    <item name="cpu.awake">20</item>
    <item name="cpu.idle">6</item>
    <item name="battery.capacity">4000</item>
    <item name="wifi.controller.idle">0</item>
    <item name="wifi.controller.rx">0</item>
    <item name="wifi.controller.tx">0</item>
    <array name="wifi.controller.tx_levels" />
    <item name="wifi.controller.voltage">0</item>
    <array name="wifi.batchedscan">
        <value>.0002</value>
        <value>.002</value>
        <value>.02</value>
        <value>.2</value>
        <value>2</value>
    </array>
    <item name="modem.controller.sleep">0</item>
    <item name="modem.controller.idle">0</item>
    <item name="modem.controller.rx">0</item>
    <array name="modem.controller.tx">
        <value>0</value>
        <value>0</value>
        <value>0</value>
        <value>0</value>
        <value>0</value>
    </array>
    <item name="modem.controller.voltage">0</item>
    <array name="gps.signalqualitybased">
        <value>0</value>
        <value>0</value>
    </array>
    <item name="gps.voltage">0</item>
</device>

================================================
FILE: Asus/ZenFone5/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-asus-zenfone5
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Asus/ZenFone5/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.asus.zenfone5"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
                android:requiredSystemPropertyValue="+*ASUS_X00QD*"
		android:priority="14"
		android:isStatic="true" />
</manifest>


================================================
FILE: Asus/ZenFone5/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <integer-array name="config_autoBrightnessLevels">
        <item>8</item>
        <item>55</item>
        <item>350</item>
        <item>1600</item>
        <item>2550</item>
    </integer-array>
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>6</item>
        <item>47</item>
        <item>150</item>
        <item>180</item>
        <item>250</item>
        <item>255</item>
    </integer-array>
    <integer-array name="config_autoBrightnessButtonBacklightValues">
        <item>0</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
        <item>0</item>
    </integer-array>
    <bool name="config_automatic_brightness_available">true</bool>
    <bool name="config_setColorTransformAccelerated">true</bool>
    <fraction name="config_autoBrightnessAdjustmentMaxGamma">300.0%</fraction>
    <integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
    <integer name="config_screenBrightnessDark">1</integer>
    <integer name="config_screenBrightnessDim">10</integer>
    <integer name="config_screenBrightnessDoze">17</integer>
    <integer name="config_screenBrightnessSettingDefault">90</integer>
    <integer name="config_screenBrightnessSettingMinimum">2</integer>
    <integer name="config_screenBrightnessSettingMaximum">255</integer>
    <integer name="config_brightness_ramp_rate_fast">180</integer>
    <integer name="config_brightness_ramp_rate_slow">60</integer>
</resources>


================================================
FILE: Asus/ZenFone5/res/values/notch.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2017, The Android Open Source Project
**
** 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.
*/
-->
<resources>
    <!-- Height of the status bar -->
    <dimen name="status_bar_height">87px</dimen>
    <!-- Height of the status bar in portrait -->
    <dimen name="status_bar_height_portrait">87px</dimen>
    <!-- Height of the status bar in landscape -->
    <dimen name="status_bar_height_landscape">24dp</dimen>
    <string translatable="false" name="config_mainBuiltInDisplayCutout">M -218,0 L -218,87 L 218,87 L 218,0 Z</string>
</resources>


================================================
FILE: Asus/ZenFone5/res/values-land/notch.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Height of the status bar -->
    <dimen name="status_bar_height">24dp</dimen>
</resources>


================================================
FILE: Asus/ZenFone5/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
    <item name="battery.capacity">3300</item>
    <array name="cpu.clusters.cores">
        <value>4</value>
        <value>4</value>
    </array>
    <item name="cpu.suspend">4.3</item>
    <item name="cpu.idle">3.7</item>
    <array name="cpu.core_speeds.cluster0">
        <value>633600</value>
        <value>902400</value>
        <value>1113600</value>
        <value>1401600</value>
        <value>1536000</value>
        <value>1593600</value>
        <value>1612800</value>
    </array>
    <array name="cpu.core_speeds.cluster1">
        <value>1113600</value>
        <value>1401600</value>
        <value>1747200</value>
        <value>1766400</value>
        <value>1785600</value>
        <value>1804800</value>
    </array>
    <array name="cpu.core_power.cluster0">
        <value>24</value>
        <value>32</value>
        <value>36</value>
        <value>43</value>
        <value>56</value>
        <value>58</value>
        <value>67</value>
    </array>
    <array name="cpu.core_power.cluster1">
        <value>44</value>
        <value>70</value>
        <value>88</value>
        <value>116</value>
        <value>146</value>
        <value>155</value>
    </array>
    <item name="screen.on">155</item>
    <item name="screen.full">365</item>
    <item name="camera.flashlight">212</item>
    <item name="camera.avg">620</item>
    <item name="video">61</item>
    <item name="audio">30</item>
    <item name="wifi.controller.idle">0.48</item>
    <item name="wifi.controller.tx">123</item>
    <item name="bluetooth.controller.idle">0.39</item>
</device>


================================================
FILE: Asus/ZenFone5Z/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-asus-zenfone5z
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Asus/ZenFone5Z/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.asus.zenfone5z"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
                android:requiredSystemPropertyValue="+*ASUS_Z01R*"
		android:priority="25"
		android:isStatic="true" />
</manifest>


================================================
FILE: Asus/ZenFone5Z/res/values/notch.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2017, The Android Open Source Project
**
** 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.
*/
-->
<resources>
    <!-- Height of the status bar -->
    <dimen name="status_bar_height">87px</dimen>
    <!-- Height of the status bar in portrait -->
    <dimen name="status_bar_height_portrait">87px</dimen>
    <!-- Height of the status bar in landscape -->
    <dimen name="status_bar_height_landscape">24dp</dimen>
    <string translatable="false" name="config_mainBuiltInDisplayCutout">M -218,0 L -218,87 L 218,87 L 218,0 Z</string>
</resources>


================================================
FILE: Asus/ZenFone5Z/res/values-land/notch.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <dimen name="status_bar_height">24dp</dimen>
</resources>


================================================
FILE: Asus/ZenFoneLiveL1ZA550KL/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-asus-zenfonelivel1za550kl
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Asus/ZenFoneLiveL1ZA550KL/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.asus.zenfonelivel1"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
				android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
                android:requiredSystemPropertyValue="+*ASUS_X00R_2*"
		android:priority="81"
		android:isStatic="true" />
</manifest>


================================================
FILE: Asus/ZenFoneLiveL1ZA550KL/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>1</item>
        <item>3</item>
        <item>15</item>
        <item>27</item>
        <item>39</item>
        <item>51</item>
        <item>63</item>
        <item>75</item>
        <item>87</item>
        <item>99</item>
        <item>111</item>
        <item>123</item>
        <item>135</item>
        <item>147</item>
        <item>159</item>
        <item>171</item>
        <item>183</item>
        <item>195</item>
        <item>207</item>
        <item>219</item>
        <item>231</item>
        <item>243</item>
        <item>255</item>
    </integer-array>
    <integer-array name="config_autoBrightnessLevels">
        <item>15</item>
        <item>30</item>
        <item>50</item>
        <item>100</item>
        <item>200</item>
        <item>300</item>
        <item>400</item>
        <item>500</item>
        <item>650</item>
        <item>800</item>
        <item>1000</item>
        <item>1500</item>
        <item>2000</item>
        <item>3000</item>
        <item>4000</item>
        <item>5000</item>
        <item>7000</item>
        <item>10000</item>
        <item>12500</item>
        <item>15000</item>
        <item>17500</item>
        <item>20000</item>
    </integer-array>
    <bool name="config_automatic_brightness_available">true</bool>
    <bool name="config_setColorTransformAccelerated">true</bool>
    <bool name="config_supportAudioSourceUnprocessed">false</bool>
    <bool name="config_useDevInputEventForAudioJack">true</bool>
    <bool name="skip_restoring_network_selection">true</bool>
    <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
    <bool name="config_carrier_volte_available">true</bool>
    <bool name="config_device_volte_available">true</bool>
    <bool name="config_device_vt_available">true</bool>
    <bool name="config_device_wfc_ims_available">true</bool>
    <bool name="config_hotswapCapable">true</bool>
    <bool name="config_lidControlsSleep">false</bool>
    <bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>
    <bool name="config_wifi_background_scan_support">true</bool>
    <bool name="config_wifi_batched_scan_supported">true</bool>
    <bool name="config_wifi_dual_band_support">false</bool>
    <bool name="config_powerDecoupleAutoSuspendModeFromDisplay">false</bool>
    <fraction name="config_autoBrightnessAdjustmentMaxGamma">300.0%</fraction>
    <fraction name="config_maximumScreenDimRatio">20.000004%</fraction>
    <integer name="config_autoBrightnessBrighteningLightDebounce">1200</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">3000</integer>
    <integer name="config_screenBrightnessDark">1</integer>
    <integer name="config_screenBrightnessDim">10</integer>
    <integer name="config_screenBrightnessDoze">17</integer>
    <integer name="config_screenBrightnessSettingDefault">102</integer>
    <integer name="config_screenBrightnessSettingMaximum">255</integer>
    <integer name="config_screenBrightnessSettingMinimum">4</integer>
    <integer name="config_bluetooth_idle_cur_ma">1</integer>
    <integer name="config_bluetooth_operating_voltage_mv">3300</integer>
    <integer name="config_bluetooth_rx_cur_ma">2</integer>
    <integer name="config_bluetooth_tx_cur_ma">3</integer>
    <integer name="config_shutdownBatteryTemperature">600</integer>
</resources>


================================================
FILE: Asus/ZenFoneLiveL1ZA550KL/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
    <item name="screen.on">89.13</item>
    <item name="screen.full">188.23</item>
    <item name="wifi.on">0.29</item>
    <item name="wifi.active">71.23</item>
    <item name="wifi.scan">22.94</item>
    <item name="bluetooth.on">0.77</item>
    <item name="bluetooth.active">26.78</item>
    <item name="dsp.audio">11.77</item>
    <item name="dsp.video">72.61</item>
    <item name="radio.active">136.85</item>
    <item name="radio.on">1.43</item>
    <item name="radio.scanning">8.05</item>
    <item name="gps.on">31.68</item>
    <item name="camera.flashlight">120.73</item>
    <item name="camera.avg">492.94</item>
    <array name="cpu.speeds">
        <value>960000</value>
        <value>1094400</value>
        <value>1209600</value>
        <value>1248000</value>
        <value>1344000</value>
        <value>1401000</value>
    </array>
    <array name="cpu.active">
        <value>134</value>
        <value>149</value>
        <value>157</value>
        <value>172</value>
        <value>189</value>
        <value>202</value>
    </array>
    <item name="cpu.awake">21.75</item>
    <item name="cpu.idle">2.87</item>
    <item name="battery.capacity">3000</item>
</device>

================================================
FILE: Asus/ZenFoneMaxM2/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-asus-zenfonemaxm2
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Asus/ZenFoneMaxM2/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.asus.zenfonemaxm2"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
                android:requiredSystemPropertyValue="+*ASUS_X01A_1*"
		android:priority="100"
		android:isStatic="true" />
</manifest>


================================================
FILE: Asus/ZenFoneMaxM2/res/values/notch.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2017, The Android Open Source Project
**
** 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.
*/
-->
<resources>
    <!-- Height of the status bar -->
    <dimen name="status_bar_height">57px</dimen>
    <!-- Height of the status bar in portrait -->
    <dimen name="status_bar_height_portrait">57px</dimen>
    <!-- Height of the status bar in landscape -->
    <dimen name="status_bar_height_landscape">24dp</dimen>
    <string translatable="false" name="config_mainBuiltInDisplayCutout">M -140,0 L -140,57 L 140,57 L 140,0 Z</string>
</resources>


================================================
FILE: Asus/ZenFoneMaxM2/res/values-land/notch.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <dimen name="status_bar_height">24dp</dimen>
</resources>


================================================
FILE: Asus/ZenFoneMaxShot/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-asus-zenfonemaxshot
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Asus/ZenFoneMaxShot/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.asus.zenfonemaxshot"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
                android:requiredSystemPropertyValue="+*ASUS_A001D*"
		android:priority="149"
		android:isStatic="true" />
</manifest>


================================================
FILE: Asus/ZenFoneMaxShot/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Audio Settings -->
    <bool name="config_speed_up_audio_on_mt_calls">true</bool>
    <bool name="config_supportAudioSourceUnprocessed">true</bool>
    <bool name="config_useDevInputEventForAudioJack">true</bool>

    <!-- Bluetooth Settings -->
    <bool name="config_bluetooth_hfp_inband_ringing_support">true</bool>
    <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
    <integer name="config_bluetooth_idle_cur_ma">0</integer>
    <integer name="config_bluetooth_operating_voltage_mv">0</integer>
    <integer name="config_bluetooth_rx_cur_ma">0</integer>
    <integer name="config_bluetooth_tx_cur_ma">0</integer>

    <!-- GPS Settings -->
    <string-array name="config_gpsParameters">
        <item>SUPL_HOST=supl.google.com</item>
        <item>SUPL_PORT=7275</item>
        <item>SUPL_VER=0x20000</item>
        <item>SUPL_MODE=1</item>
        <item>SUPL_ES=0</item>
        <item>LPP_PROFILE=0</item>
        <item>USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1</item>
        <item>A_GLONASS_POS_PROTOCOL_SELECT=0</item>
        <item>GPS_LOCK=0</item>
    </string-array>

    <!-- IMS Settings -->
    <bool name="config_carrier_volte_available">true</bool>
    <bool name="config_carrier_wfc_ims_available">true</bool>
    <bool name="config_device_volte_available">true</bool>
    <bool name="config_device_vt_available">true</bool>
    <bool name="config_device_wfc_ims_available">true</bool>
    <bool name="config_dynamic_bind_ims">true</bool>
    <string name="config_ims_package">org.codeaurora.ims</string>

    <!-- Screen Settings -->
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>6</item>
        <item>8</item>
        <item>26</item>
        <item>38</item>
        <item>48</item>
        <item>58</item>
        <item>74</item>
        <item>84</item>
        <item>92</item>
        <item>99</item>
        <item>108</item>
        <item>117</item>
        <item>126</item>
        <item>162</item>
        <item>187</item>
        <item>207</item>
        <item>216</item>
        <item>220</item>
        <item>223</item>
        <item>227</item>
        <item>255</item>
    </integer-array>
    <integer-array name="config_autoBrightnessLevels">
        <item>1</item>
        <item>15</item>
        <item>30</item>
        <item>50</item>
        <item>100</item>
        <item>200</item>
        <item>300</item>
        <item>400</item>
        <item>500</item>
        <item>650</item>
        <item>800</item>
        <item>1000</item>
        <item>1500</item>
        <item>2000</item>
        <item>3000</item>
        <item>4000</item>
        <item>5000</item>
        <item>7000</item>
        <item>10000</item>
        <item>12500</item>
    </integer-array>
    <bool name="config_allowAutoBrightnessWhileDozing">true</bool>
    <bool name="config_autoBrightnessResetAmbientLuxAfterWarmUp">true</bool>
    <bool name="config_automatic_brightness_available">true</bool>
    <bool name="config_displayBlanksAfterDoze">false</bool>
    <bool name="config_dozeAfterScreenOff">true</bool>
    <bool name="config_dozeAlwaysOnDisplayAvailable">false</bool>
    <bool name="config_dozePulsePickup">false</bool>
    <fraction name="config_autoBrightnessAdjustmentMaxGamma">300.0%</fraction>
    <fraction name="config_screenAutoBrightnessDozeScaleFactor">100.0%</fraction>
    <integer name="config_autoBrightnessAmbientLightHorizon">10000</integer>
    <integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
    <integer name="config_autoBrightnessInitialLightSensorRate">-1</integer>
    <integer name="config_autoBrightnessLightSensorRate">250</integer>
    <integer name="config_brightness_ramp_rate_fast">180</integer>
    <integer name="config_brightness_ramp_rate_slow">60</integer>
    <integer name="config_screenBrightnessDark">3</integer>
    <integer name="config_screenBrightnessDim">10</integer>
    <integer name="config_screenBrightnessDoze">17</integer>
    <integer name="config_screenBrightnessForVrSettingDefault">86</integer>
    <integer name="config_screenBrightnessForVrSettingMaximum">255</integer>
    <integer name="config_screenBrightnessForVrSettingMinimum">79</integer>
    <integer name="config_screenBrightnessSettingDefault">102</integer>
    <integer name="config_screenBrightnessSettingMaximum">255</integer>
    <integer name="config_screenBrightnessSettingMinimum">5</integer>

    <!-- Wi-Fi Settings -->
    <bool name="config_wifiDisplaySupportsProtectedBuffers">true</bool>
    <bool name="config_wifi_background_scan_support">true</bool>
    <bool name="config_wifi_batched_scan_supported">true</bool>
    <bool name="config_wifi_dual_band_support">true</bool>
    <bool name="config_wifi_enable_disconnection_debounce">true</bool>
    <bool name="config_wifi_enable_wifi_firmware_debugging">true</bool>
    <bool name="config_wifi_fast_bss_transition_enabled">true</bool>
</resources>

================================================
FILE: Asus/ZenFoneMaxShot/res/values/notch.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2017, The Android Open Source Project
**
** 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.
*/
-->
<resources>
    <!-- Height of the status bar -->
    <dimen name="status_bar_height">81px</dimen>
    <!-- Height of the status bar in portrait -->
    <dimen name="status_bar_height_portrait">81px</dimen>
    <!-- Height of the status bar in landscape -->
    <dimen name="status_bar_height_landscape">81px</dimen>
    <string translatable="false" name="config_mainBuiltInDisplayCutout">M 0,0 L -58, 0 L -40.9940446283, 10.0595537175 L -35, 27 L -35, 10.0595537175 L 35.2, 10.0595537175 L 35, 27 L 40, 0 Z @dp</string>
</resources>


================================================
FILE: Asus/ZenFoneMaxShot/res/values-land/notch.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <dimen name="status_bar_height">24dp</dimen>
</resources>


================================================
FILE: Asus/ZenFoneMaxShot/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
    <item name="screen.on">63</item>
    <item name="screen.full">261</item>
    <array name="cpu.speeds">
        <value>200000</value>
        <value>499200</value>
        <value>533333</value>
        <value>800000</value>
        <value>998400</value>
        <value>1094400</value>
        <value>1209600</value>
    </array>
    <array name="cpu.active">
        <value>151</value>
        <value>169</value>
        <value>177</value>
        <value>195</value>
        <value>259</value>
        <value>307</value>
        <value>353</value>
    </array>
    <item name="cpu.awake">1.6</item>
    <item name="cpu.idle">1.6</item>
    <item name="battery.capacity">4000</item>
</device>

================================================
FILE: Asus/Zenfone5-10/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-asus-zenfone5-10
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Asus/Zenfone5-10/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.asus.zenfone5.ten"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.product.vendor.name"
                android:requiredSystemPropertyValue="ASUS_X00QD"
		android:priority="162"
		android:isStatic="true" />
</manifest>


================================================
FILE: Asus/Zenfone5-10/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <bool name="config_automatic_brightness_available">true</bool>
    <bool name="config_useDevInputEventForAudioJack">true</bool>
    <bool name="config_showNavigationBar">true</bool>

    <dimen name="status_bar_height">87px</dimen>
    <dimen name="status_bar_height_portrait">87px</dimen>
    <dimen name="status_bar_height_landscape">28dp</dimen>

    <fraction name="config_autoBrightnessAdjustmentMaxGamma">300.0%</fraction>
    <fraction name="config_maximumScreenDimRatio">20.000004%</fraction>

    <integer name="config_screenBrightnessDark">1</integer>
    <integer name="config_screenBrightnessDim">10</integer>
    <integer name="config_screenBrightnessDoze">17</integer>
    <integer name="config_screenBrightnessSettingMinimum">1</integer>
    <integer name="config_screenBrightnessSettingDefault">46</integer>
    <integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
    <integer name="config_brightness_ramp_rate_fast">180</integer>
    <integer name="config_brightness_ramp_rate_slow">40</integer>

    <integer-array name="config_autoBrightnessLevels">
        <item>1</item>
        <item>15</item>
        <item>30</item>
        <item>50</item>
        <item>100</item>
        <item>200</item>
        <item>300</item>
        <item>400</item>
        <item>500</item>
        <item>650</item>
        <item>800</item>
        <item>1000</item>
        <item>1500</item>
        <item>2000</item>
        <item>3000</item>
        <item>4000</item>
        <item>5000</item>
        <item>7000</item>
        <item>10000</item>
        <item>12500</item>
        <item>15000</item>
        <item>17500</item>
        <item>20000</item>
        <item>50000</item>
    </integer-array>
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>10</item>
        <item>20</item>
        <item>40</item>
        <item>70</item>
        <item>110</item>
        <item>160</item>
        <item>200</item>
        <item>255</item>
    </integer-array>
    <integer-array name="config_autoBrightnessDisplayValuesNits">
        <item>9</item>
        <item>14</item>
        <item>44</item>
        <item>67</item>
        <item>86</item>
        <item>104</item>
        <item>132</item>
        <item>148</item>
        <item>162</item>
        <item>174</item>
        <item>190</item>
        <item>206</item>
        <item>222</item>
        <item>287</item>
        <item>331</item>
        <item>366</item>
        <item>382</item>
        <item>389</item>
        <item>393</item>
        <item>400</item>
        <item>500</item>
        <item>599</item>
        <item>701</item>
        <item>801</item>
        <item>1999</item>
    </integer-array>
    <integer-array name="config_screenBrightnessNits">
        <item>5</item>
        <item>9</item>
        <item>14</item>
        <item>44</item>
        <item>67</item>
        <item>86</item>
        <item>104</item>
        <item>132</item>
        <item>148</item>
        <item>162</item>
        <item>174</item>
        <item>190</item>
        <item>206</item>
        <item>222</item>
        <item>287</item>
        <item>331</item>
        <item>366</item>
        <item>382</item>
        <item>389</item>
        <item>393</item>
        <item>400</item>
        <item>500</item>
        <item>590</item>
    </integer-array>
    <integer-array name="config_screenBrightnessBacklight">
        <item>2</item>
        <item>4</item>
        <item>6</item>
        <item>19</item>
        <item>29</item>
        <item>37</item>
        <item>45</item>
        <item>57</item>
        <item>64</item>
        <item>70</item>
        <item>75</item>
        <item>82</item>
        <item>89</item>
        <item>96</item>
        <item>124</item>
        <item>143</item>
        <item>158</item>
        <item>165</item>
        <item>168</item>
        <item>170</item>
        <item>173</item>
        <item>216</item>
        <item>255</item>
    </integer-array>

    <string name="config_mainBuiltInDisplayCutout">M-221.5,2.2c5,2.5 9.2,6.4 11.2,10.3 0.9,1.6 5.8,13.7 10.9,26.8 9.7,24.6 12.4,29.8 19.3,36 5.3,4.8 10.6,7.4 19.8,9.8 7.4,1.8 12.5,1.9 158.2,1.9 98,0 152.9,-0.4 157.1,-1 9.9,-1.6 15.4,-3.7 22,-8.6 8.7,-6.4 12.3,-12.7 23,-40.3 10.2,-26.4 12.6,-30.3 20.9,-34.6l4.6,-2.4 -225.5,0 -225.5,0 4,2.1z</string>
</resources>


================================================
FILE: Asus/Zenfone5-10/res/values-land/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <dimen name="status_bar_height">28dp</dimen>
</resources>


================================================
FILE: Asus/Zenfone5-10/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
    <item name="battery.capacity">3300</item>
    <array name="cpu.clusters.cores">
        <value>4</value>
        <value>4</value>
    </array>
    <item name="cpu.suspend">4.3</item>
    <item name="cpu.idle">3.7</item>
    <array name="cpu.core_speeds.cluster0">
        <value>633600</value>
        <value>902400</value>
        <value>1113600</value>
        <value>1401600</value>
        <value>1536000</value>
        <value>1593600</value>
        <value>1612800</value>
    </array>
    <array name="cpu.core_speeds.cluster1">
        <value>1113600</value>
        <value>1401600</value>
        <value>1747200</value>
        <value>1766400</value>
        <value>1785600</value>
        <value>1804800</value>
    </array>
    <array name="cpu.core_power.cluster0">
        <value>24</value>
        <value>32</value>
        <value>36</value>
        <value>43</value>
        <value>56</value>
        <value>58</value>
        <value>67</value>
    </array>
    <array name="cpu.core_power.cluster1">
        <value>44</value>
        <value>70</value>
        <value>88</value>
        <value>116</value>
        <value>146</value>
        <value>155</value>
    </array>
    <item name="screen.on">155</item>
    <item name="screen.full">365</item>
    <item name="camera.flashlight">212</item>
    <item name="camera.avg">620</item>
    <item name="video">61</item>
    <item name="audio">30</item>
    <item name="wifi.controller.idle">0.48</item>
    <item name="wifi.controller.tx">123</item>
    <item name="bluetooth.controller.idle">0.39</item>
</device>

================================================
FILE: Asus/Zenfone8/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-asus-zenfone8
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Asus/Zenfone8/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.asus.zenfone8"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.product.vendor.device"
                android:requiredSystemPropertyValue="ASUS_I006D"
		android:priority="453"
		android:isStatic="true" />
</manifest>


================================================
FILE: Asus/Zenfone8/res/values/display.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="config_mainBuiltInDisplayCutout">M131,77m-36,0a36,36 0,1 1,72 0a36,36 0,1 1,-72 0 @left</string>
    <string name="config_mainBuiltInDisplayCutoutRectApproximation">M 0.0,0.0 h 168 v 114 h -168 Z @left</string>
        <integer-array name="config_autoBrightnessLevels">
        <item>1</item>
        <item>15</item>
        <item>30</item>
        <item>50</item>
        <item>100</item>
        <item>200</item>
        <item>300</item>
        <item>400</item>
        <item>500</item>
        <item>650</item>
        <item>800</item>
        <item>1000</item>
        <item>1500</item>
        <item>2000</item>
        <item>3000</item>
        <item>4000</item>
        <item>5000</item>
        <item>7000</item>
        <item>10000</item>
        <item>12500</item>
        <item>15000</item>
        <item>17500</item>
        <item>20000</item>
        <item>50000</item>
    </integer-array>
        <integer-array name="config_screenBrightnessBacklight">
        <item>1</item>
        <item>5</item>
        <item>7</item>
        <item>22</item>
        <item>33</item>
        <item>42</item>
        <item>51</item>
        <item>65</item>
        <item>75</item>
        <item>82</item>
        <item>87</item>
        <item>95</item>
        <item>103</item>
        <item>111</item>
        <item>144</item>
        <item>166</item>
        <item>183</item>
        <item>191</item>
        <item>195</item>
        <item>198</item>
        <item>201</item>
        <item>251</item>
        <item>255</item>
    </integer-array>
    <integer-array name="config_autoBrightnessDisplayValuesNits">
        <item>8</item>
        <item>11</item>
        <item>35</item>
        <item>52</item>
        <item>67</item>
        <item>81</item>
        <item>103</item>
        <item>119</item>
        <item>130</item>
        <item>138</item>
        <item>151</item>
        <item>164</item>
        <item>176</item>
        <item>229</item>
        <item>264</item>
        <item>291</item>
        <item>303</item>
        <item>310</item>
        <item>314</item>
        <item>319</item>
        <item>399</item>
        <item>405</item>
        <item>405</item>
        <item>405</item>
        <item>405</item>
    </integer-array>
    <integer-array name="config_screenBrightnessNits">
        <item>2</item>
        <item>8</item>
        <item>11</item>
        <item>35</item>
        <item>52</item>
        <item>67</item>
        <item>81</item>
        <item>103</item>
        <item>119</item>
        <item>130</item>
        <item>138</item>
        <item>151</item>
        <item>164</item>
        <item>176</item>
        <item>229</item>
        <item>264</item>
        <item>291</item>
        <item>303</item>
        <item>310</item>
        <item>314</item>
        <item>319</item>
        <item>399</item>
        <item>405</item>
    </integer-array>
    <bool name="config_automatic_brightness_available">true</bool>
</resources>


================================================
FILE: Blackview/BV6900/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-blackview-bv6900
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Blackview/BV6900/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.blackview.bv6900"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
                android:requiredSystemPropertyValue="+Blackview/BV6900*"
		android:priority="152"
		android:isStatic="true" />
</manifest>


================================================
FILE: Blackview/BV6900/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string-array name="networkAttributes">
        <item>wifi,1,1,1,-1,true</item>
        <item>mobile,0,0,0,-1,true</item>
        <item>mobile_mms,2,0,2,60000,true</item>
        <item>mobile_supl,3,0,2,60000,true</item>
        <item>mobile_dun,4,0,2,60000,true</item>
        <item>mobile_hipri,5,0,3,60000,true</item>
        <item>mobile_fota,10,0,2,60000,true</item>
        <item>mobile_ims,11,0,-1,-1,true</item>
        <item>mobile_cbs,12,0,2,60000,true</item>
        <item>wifi_p2p,13,1,0,-1,true</item>
        <item>mobile_ia,14,0,2,-1,true</item>
        <item>mobile_emergency,15,0,2,-1,true</item>
        <item>mobile_wap,21,0,3,60000,true</item>
        <item>mobile_xcap,25,0,3,60000,true</item>
        <item>mobile_rcs,26,0,3,60000,true</item>
        <item>mobile_bip,27,0,3,60000,true</item>
        <item>mobile_vsim,28,0,-1,60000,true</item>
        <item>mobile_preempt,29,0,9,60000,true</item>
    </string-array>
    <integer-array name="config_autoBrightnessLevels">
        <item>128</item>
        <item>256</item>
        <item>384</item>
        <item>512</item>
        <item>640</item>
        <item>768</item>
        <item>896</item>
        <item>1024</item>
        <item>2048</item>
        <item>4096</item>
        <item>6144</item>
        <item>8192</item>
        <item>10240</item>
        <item>12288</item>
        <item>14336</item>
        <item>16384</item>
        <item>18432</item>
    </integer-array>
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>8</item>
        <item>64</item>
        <item>98</item>
        <item>104</item>
        <item>110</item>
        <item>116</item>
        <item>122</item>
        <item>128</item>
        <item>134</item>
        <item>182</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
    </integer-array>
    <string-array name="config_tether_usb_regexs">
        <item>rndis\\d</item>
    </string-array>
    <string-array name="config_tether_wifi_regexs">
        <item>ap\\d</item>
    </string-array>
    <string-array name="config_tether_bluetooth_regexs">
        <item>bt-pan</item>
        <item>bt-dun</item>
    </string-array>
    <string-array name="config_defaultPinnerServiceFiles">
        <item>/system/framework/arm/boot-mediatek-framework.vdex</item>
        <item>/system/lib/libjavacrypto.so</item>
        <item>/system/lib/libhidltransport.so</item>
        <item>/system/framework/arm/boot-core-libart.oat</item>
        <item>/system/framework/arm/boot-conscrypt.oat</item>
        <item>/system/framework/arm/boot-core-libart.vdex</item>
        <item>/system/framework/arm/boot-ext.vdex</item>
        <item>/system/framework/arm/boot.vdex</item>
        <item>/system/framework/arm/boot-framework.vdex</item>
    </string-array>
    <string-array name="config_ephemeralResolverPackage">
        <item>com.google.android.gms</item>
    </string-array>
    <bool name="config_hotswapCapable">true</bool>
    <bool name="config_device_volte_available">true</bool>
    <bool name="config_device_vt_available">true</bool>
    <bool name="config_device_wfc_ims_available">true</bool>
    <bool name="config_dynamic_bind_ims">true</bool>
    <bool name="config_setColorTransformAccelerated">true</bool>
    <bool name="config_automatic_brightness_available">true</bool>
    <bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
    <bool name="config_wifi_dual_band_support">true</bool>
    <bool name="config_wifi_background_scan_support">true</bool>
    <bool name="config_useDevInputEventForAudioJack">true</bool>
    <bool name="config_switch_phone_on_voice_reg_state_change">false</bool>
    <bool name="skip_restoring_network_selection">true</bool>
    <bool name="config_showNavigationBar">true</bool>
    <bool name="config_enableNetworkLocationOverlay">true</bool>
    <bool name="config_enableFusedLocationOverlay">true</bool>
    <integer name="config_screenBrightnessSettingMinimum">10</integer>
    <integer name="config_autoBrightnessBrighteningLightDebounce">4000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">8000</integer>
    <string name="config_ims_package">com.mediatek.ims</string>
</resources>


================================================
FILE: Blackview/BV6900/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
    <item name="ambient.on">100</item>
    <item name="screen.on">100</item>
    <item name="screen.full">100</item>
    <item name="bluetooth.active">10</item>
    <item name="bluetooth.on">1</item>
    <item name="wifi.on">3</item>
    <item name="wifi.active">200</item>
    <item name="wifi.scan">100</item>
    <item name="audio">10</item>
    <item name="video">50</item>
    <item name="camera.flashlight">160</item>
    <item name="camera.avg">550</item>
    <item name="gps.on">50</item>
    <item name="radio.active">200</item>
    <item name="radio.scanning">10</item>
    <array name="radio.on">
        <value>2</value>
        <value>1</value>
    </array>
    <array name="cpu.clusters.cores">
        <value>1</value>
    </array>
    <array name="cpu.speeds.cluster0">
        <value>400000</value>
    </array>
    <array name="cpu.active.cluster0">
        <value>100</value>
    </array>
    <item name="cpu.idle">0.1</item>
    <array name="memory.bandwidths">
        <value>22.7</value>
    </array>
    <item name="battery.capacity">5580</item>
    <item name="wifi.controller.idle">0</item>
    <item name="wifi.controller.rx">0</item>
    <item name="wifi.controller.tx">0</item>
    <array name="wifi.controller.tx_levels" />
    <item name="wifi.controller.voltage">0</item>
    <array name="wifi.batchedscan">
        <value>.0002</value>
        <value>.002</value>
        <value>.02</value>
        <value>.2</value>
        <value>2</value>
    </array>
    <item name="modem.controller.sleep">0</item>
    <item name="modem.controller.idle">0</item>
    <item name="modem.controller.rx">0</item>
    <array name="modem.controller.tx">
        <value>0</value>
        <value>0</value>
        <value>0</value>
        <value>0</value>
        <value>0</value>
    </array>
    <item name="modem.controller.voltage">0</item>
    <array name="gps.signalqualitybased">
        <value>0</value>
        <value>0</value>
    </array>
    <item name="gps.voltage">0</item>
</device>


================================================
FILE: Blackview/BV9500Plus/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-blackview-bv9500plus
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Blackview/BV9500Plus/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.blackview.bv9500plus"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
                android:requiredSystemPropertyValue="+Blackview/BV9500Plus*"
		android:priority="151"
		android:isStatic="true" />
</manifest>


================================================
FILE: Blackview/BV9500Plus/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string-array name="networkAttributes">
        <item>wifi,1,1,1,-1,true</item>
        <item>mobile,0,0,0,-1,true</item>
        <item>mobile_mms,2,0,2,60000,true</item>
        <item>mobile_supl,3,0,2,60000,true</item>
        <item>mobile_dun,4,0,2,60000,true</item>
        <item>mobile_hipri,5,0,3,60000,true</item>
        <item>mobile_fota,10,0,2,60000,true</item>
        <item>mobile_ims,11,0,-1,-1,true</item>
        <item>mobile_cbs,12,0,2,60000,true</item>
        <item>wifi_p2p,13,1,0,-1,true</item>
        <item>mobile_ia,14,0,2,-1,true</item>
        <item>mobile_emergency,15,0,2,-1,true</item>
        <item>mobile_wap,21,0,3,60000,true</item>
        <item>mobile_xcap,25,0,3,60000,true</item>
        <item>mobile_rcs,26,0,3,60000,true</item>
        <item>mobile_bip,27,0,3,60000,true</item>
        <item>mobile_vsim,28,0,-1,60000,true</item>
        <item>mobile_preempt,29,0,9,60000,true</item>
    </string-array>
    <integer-array name="config_autoBrightnessLevels">
        <item>8</item>
        <item>32</item>
        <item>128</item>
        <item>256</item>
        <item>384</item>
        <item>512</item>
        <item>640</item>
        <item>768</item>
        <item>896</item>
        <item>1024</item>
        <item>2048</item>
        <item>4096</item>
        <item>6144</item>
        <item>8192</item>
        <item>10240</item>
        <item>12288</item>
        <item>14336</item>
        <item>16384</item>
        <item>18432</item>
    </integer-array>
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>2</item>
        <item>4</item>
        <item>8</item>
        <item>64</item>
        <item>98</item>
        <item>104</item>
        <item>110</item>
        <item>116</item>
        <item>122</item>
        <item>128</item>
        <item>134</item>
        <item>182</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
    </integer-array>
    <string-array name="config_tether_usb_regexs">
        <item>rndis\\d</item>
    </string-array>
    <string-array name="config_tether_wifi_regexs">
        <item>ap\\d</item>
    </string-array>
    <string-array name="config_tether_bluetooth_regexs">
        <item>bt-pan</item>
        <item>bt-dun</item>
    </string-array>
    <string-array name="config_defaultPinnerServiceFiles">
        <item>/system/framework/arm/boot-mediatek-framework.vdex</item>
        <item>/system/lib/libjavacrypto.so</item>
        <item>/system/lib/libhidltransport.so</item>
        <item>/system/framework/arm/boot-core-libart.oat</item>
        <item>/system/framework/arm/boot-conscrypt.oat</item>
        <item>/system/framework/arm/boot-core-libart.vdex</item>
        <item>/system/framework/arm/boot-ext.vdex</item>
        <item>/system/framework/arm/boot.vdex</item>
        <item>/system/framework/arm/boot-framework.vdex</item>
    </string-array>
    <string-array name="config_ephemeralResolverPackage">
        <item>com.google.android.gms</item>
    </string-array>
    <bool name="config_hotswapCapable">true</bool>
    <bool name="config_device_volte_available">true</bool>
    <bool name="config_device_vt_available">true</bool>
    <bool name="config_device_wfc_ims_available">true</bool>
    <bool name="config_dynamic_bind_ims">true</bool>
    <bool name="config_setColorTransformAccelerated">true</bool>
    <bool name="config_automatic_brightness_available">true</bool>
    <bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
    <bool name="config_wifi_dual_band_support">true</bool>
    <bool name="config_wifi_background_scan_support">true</bool>
    <bool name="config_useDevInputEventForAudioJack">true</bool>
    <bool name="config_switch_phone_on_voice_reg_state_change">false</bool>
    <bool name="skip_restoring_network_selection">true</bool>
    <bool name="config_showNavigationBar">true</bool>
    <bool name="config_enableNetworkLocationOverlay">true</bool>
    <bool name="config_enableFusedLocationOverlay">true</bool>
    <bool name="config_wifi_connected_mac_randomization_supported">true</bool>
    <bool name="config_wifi_p2p_mac_randomization_supported">true</bool>
    <integer name="config_screenBrightnessSettingMinimum">2</integer>
    <integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">3000</integer>
    <string name="config_ims_package">com.mediatek.ims</string>
</resources>


================================================
FILE: Blackview/BV9500Plus/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
    <item name="ambient.on">0.1</item>
    <item name="screen.on">102</item>
    <item name="screen.full">134</item>
    <item name="bluetooth.active">46</item>
    <item name="bluetooth.on">5</item>
    <item name="wifi.on">3</item>
    <item name="wifi.active">465</item>
    <item name="wifi.scan">62</item>
    <item name="audio">24</item>
    <item name="video">295</item>
    <item name="camera.flashlight">200</item>
    <item name="camera.avg">600</item>
    <item name="gps.on">24</item>
    <item name="radio.active">640</item>
    <item name="radio.scanning">110</item>
    <array name="radio.on">
        <value>5</value>
        <value>5</value>
    </array>
    <array name="cpu.clusters.cores">
        <value>4</value>
        <value>4</value>
    </array>
    <array name="cpu.speeds.cluster0">
        <value>1989000</value>
        <value>1924000</value>
        <value>1846000</value>
        <value>1781000</value>
        <value>1716000</value>
        <value>1677000</value>
        <value>1625000</value>
        <value>1586000</value>
        <value>1508000</value>
        <value>1417000</value>
        <value>1326000</value>
        <value>1248000</value>
        <value>1131000</value>
        <value>1014000</value>
        <value>910000</value>
        <value>793000</value>
    </array>
    <array name="cpu.speeds.cluster1">
        <value>2002000</value>
        <value>1976000</value>
        <value>1937000</value>
        <value>1911000</value>
        <value>1859000</value>
        <value>1807000</value>
        <value>1742000</value>
        <value>1690000</value>
        <value>1586000</value>
        <value>1456000</value>
        <value>1287000</value>
        <value>1170000</value>
        <value>1040000</value>
        <value>910000</value>
        <value>715000</value>
        <value>520000</value>
    </array>
    <array name="cpu.active.cluster0">
        <value>420</value>
        <value>400</value>
        <value>380</value>
        <value>360</value>
        <value>340</value>
        <value>320</value>
        <value>300</value>
        <value>280</value>
        <value>260</value>
        <value>240</value>
        <value>220</value>
        <value>200</value>
        <value>180</value>
        <value>160</value>
        <value>140</value>
        <value>120</value>
    </array>
    <array name="cpu.active.cluster1">
        <value>420</value>
        <value>400</value>
        <value>380</value>
        <value>360</value>
        <value>340</value>
        <value>320</value>
        <value>300</value>
        <value>280</value>
        <value>260</value>
        <value>240</value>
        <value>220</value>
        <value>200</value>
        <value>180</value>
        <value>160</value>
        <value>140</value>
        <value>120</value>
    </array>
    <item name="cpu.idle">3</item>
    <array name="memory.bandwidths">
        <value>22.7</value>
    </array>
    <item name="battery.capacity">10000</item>
    <item name="wifi.controller.idle">3</item>
    <item name="wifi.controller.rx">200</item>
    <item name="wifi.controller.tx">200</item>
    <array name="wifi.controller.tx_levels" />
    <item name="wifi.controller.voltage">3.3</item>
    <array name="wifi.batchedscan">
        <value>.0002</value>
        <value>.002</value>
        <value>.02</value>
        <value>.2</value>
        <value>2</value>
    </array>
    <item name="modem.controller.sleep">0</item>
    <item name="modem.controller.idle">0</item>
    <item name="modem.controller.rx">0</item>
    <array name="modem.controller.tx">
        <value>0</value>
        <value>0</value>
        <value>0</value>
        <value>0</value>
        <value>0</value>
    </array>
    <item name="modem.controller.voltage">0</item>
    <array name="gps.signalqualitybased">
        <value>0</value>
        <value>0</value>
    </array>
    <item name="gps.voltage">0</item>
</device>


================================================
FILE: CAF-IMS/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-caf-ims
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: CAF-IMS/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.cafims"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="persist.sys.phh.ims.caf"
                android:requiredSystemPropertyValue="true"
		android:priority="39"
		android:isStatic="true" />
</manifest>


================================================
FILE: CAF-IMS/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
	<string name="config_ims_package">org.codeaurora.ims</string>
	<bool name="config_dynamic_bind_ims">true</bool>
    <bool name="config_carrier_volte_available">true</bool>
    <bool name="config_device_volte_available">true</bool>
    <bool name="config_device_wfc_ims_available">true</bool>
</resources>


================================================
FILE: DevInputJack/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-devinputjack
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: DevInputJack/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.devinputjack"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="persist.sys.overlay.devinputjack"
                android:requiredSystemPropertyValue="true"
		android:priority="6"
		android:isStatic="true" />
</manifest>


================================================
FILE: DevInputJack/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <bool name="config_useDevInputEventForAudioJack">true</bool>
</resources>


================================================
FILE: DuoQin/Qin2Pro/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-duoqin-qin2pro
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: DuoQin/Qin2Pro/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.duoqin.qin2pro"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
		android:requiredSystemPropertyValue="+Qin/s9863a1h10_Natv/s9863a1h10*"
		android:priority="143"
		android:isStatic="true" />
</manifest>


================================================
FILE: DuoQin/Qin2Pro/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <integer name="config_screenBrightnessSettingMinimum">6</integer>
    <integer name="config_overrideHasPermanentMenuKey">2</integer>
    <integer name="config_brightness_ramp_rate_fast">600</integer>
    <integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">4000</integer>
    <integer name="config_bluetooth_max_connected_audio_devices">1</integer>
    <bool name="config_automatic_brightness_available">true</bool>
    <bool name="config_useDevInputEventForAudioJack">true</bool>
    <bool name="config_setColorTransformAccelerated">true</bool>
    <string name="wifi_tether_configure_ssid_default">Qin 2 Pro</string>
    <string name="wifi_localhotspot_configure_ssid_default">Qin 2 Pro</string>
    <integer-array name="config_longPressVibePattern">
        <item>0</item>
        <item>30</item>
    </integer-array>
    <integer-array name="config_autoBrightnessLevels">
        <item>8</item>
        <item>16</item>
        <item>32</item>
        <item>50</item>
        <item>100</item>
        <item>140</item>
        <item>180</item>
        <item>240</item>
        <item>300</item>
        <item>600</item>
        <item>800</item>
        <item>1000</item>
        <item>2000</item>
        <item>3000</item>
        <item>4000</item>
        <item>5000</item>
        <item>6000</item>
        <item>8000</item>
        <item>10000</item>
    </integer-array>
    <array name="config_autoBrightnessDisplayValuesNits">
        <item>3.07</item>
        <item>13.07</item>
        <item>29.81</item>
        <item>45.02</item>
        <item>60.2</item>
        <item>96.75</item>
        <item>111.8</item>
        <item>144.3</item>
        <item>144.3</item>
        <item>154.3</item>
        <item>164.3</item>
        <item>194.3</item>
        <item>260.0</item>
        <item>288.5</item>
        <item>302.0</item>
        <item>308.7</item>
        <item>315.4</item>
        <item>330.0</item>
        <item>363.6</item>
        <item>366.6</item>
    </array>
    <integer-array name="config_screenBrightnessBacklight">
        <item>0</item>
        <item>15</item>
        <item>30</item>
        <item>45</item>
        <item>60</item>
        <item>75</item>
        <item>90</item>
        <item>105</item>
        <item>120</item>
        <item>135</item>
        <item>150</item>
        <item>165</item>
        <item>180</item>
        <item>195</item>
        <item>210</item>
        <item>225</item>
        <item>240</item>
        <item>255</item>
    </integer-array>
    <array name="config_screenBrightnessNits">
        <item>0.0125</item>
        <item>10.39</item>
        <item>33.07</item>
        <item>57.41</item>
        <item>80.02</item>
        <item>104.3</item>
        <item>126.7</item>
        <item>150.3</item>
        <item>172.3</item>
        <item>195.4</item>
        <item>216.9</item>
        <item>239.6</item>
        <item>260.0</item>
        <item>281.9</item>
        <item>302.0</item>
        <item>323.3</item>
        <item>343.1</item>
        <item>363.6</item>
    </array>
</resources>


================================================
FILE: DuoQin/Qin2Pro/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
    <item name="none">0</item>
    <item name="screen.on">50</item>
    <item name="screen.full">210</item>
    <item name="bluetooth.active">83</item>
    <item name="bluetooth.on">1.9</item>
    <item name="wifi.on">4</item>
    <item name="wifi.active">40</item>
    <item name="wifi.scan">98</item>
    <item name="dsp.audio">0.1</item>
    <item name="dsp.video">0.1</item>
    <item name="camera.flashlight">160</item>
    <item name="camera.avg">550</item>
    <item name="gps.on">55</item>
    <item name="radio.active">220</item>
    <item name="radio.scanning">5.4</item>
    <array name="radio.on">
        <value>2.4</value>
        <value>2.4</value>
    </array>
    <item name="bluetooth.controller.idle">10</item>
    <item name="bluetooth.controller.rx">20</item>
    <item name="bluetooth.controller.tx">30</item>
    <item name="bluetooth.controller.voltage">40</item>
    <array name="cpu.clusters.cores">
        <value>6</value>
        <value>2</value>
    </array>
    <array name="cpu.speeds.cluster0">
        <value>768000</value>
        <value>900000</value>
        <value>1000000</value>
        <value>1100000</value>
        <value>1250000</value>
        <value>1350000</value>
    </array>
    <array name="cpu.speeds.cluster1">
        <value>1650000</value>
        <value>1800000</value>
    </array>
    <array name="cpu.active.cluster0">
        <value>83</value>
        <value>98</value>
        <value>108</value>
        <value>123</value>
        <value>143</value>
        <value>164</value>
    </array>
    <array name="cpu.active.cluster1">
        <value>220</value>
        <value>238</value>
    </array>
    <item name="cpu.idle">3.5</item>
    <item name="cpu.awake">37</item>
    <item name="battery.capacity">2100</item>
    <item name="wifi.controller.idle">10</item>
    <item name="wifi.controller.rx">20</item>
    <item name="wifi.controller.tx">30</item>
    <array name="wifi.controller.tx_levels" />
    <item name="wifi.controller.voltage">40</item>
    <array name="wifi.batchedscan">
        <value>.0002</value>
        <value>.002</value>
        <value>.02</value>
        <value>.2</value>
        <value>2</value>
    </array>
    <item name="modem.controller.sleep">0</item>
    <item name="modem.controller.idle">105</item>
    <item name="modem.controller.rx">175</item>
    <array name="modem.controller.tx">
        <value>176</value>
        <value>216</value>
        <value>300</value>
        <value>427</value>
        <value>604</value>
    </array>
    <item name="modem.controller.voltage">3700</item>
    <array name="gps.signalqualitybased">
        <value>49</value>
        <value>11</value>
    </array>
    <item name="gps.voltage">3700</item>
</device>

================================================
FILE: DuoQin/QinF21Pro/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-duoqin-qinf21pro
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: DuoQin/QinF21Pro/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.duoqin.qinf21pro"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
		android:requiredSystemPropertyValue="+Qin/full_k61v1_64_gms*"
		android:priority="242"
		android:isStatic="true" />
</manifest>


================================================
FILE: DuoQin/QinF21Pro/res/values/arrays.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>8</item>
        <item>64</item>
        <item>98</item>
        <item>104</item>
        <item>110</item>
        <item>116</item>
        <item>122</item>
        <item>128</item>
        <item>134</item>
        <item>182</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
    </integer-array>
    <integer-array name="config_autoBrightnessLevels">
        <item>128</item>
        <item>256</item>
        <item>384</item>
        <item>512</item>
        <item>640</item>
        <item>768</item>
        <item>896</item>
        <item>1024</item>
        <item>2048</item>
        <item>4096</item>
        <item>6144</item>
        <item>8192</item>
        <item>10240</item>
        <item>12288</item>
        <item>14336</item>
        <item>16384</item>
        <item>18432</item>
    </integer-array>
</resources>


================================================
FILE: DuoQin/QinF21Pro/res/values/bools.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <bool name="config_automatic_brightness_available">true</bool>
    <bool name="config_showNavigationBar">false</bool>
    <bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
</resources>


================================================
FILE: DuoQin/QinF21Pro/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
    <item name="ambient.on">1</item>
    <item name="screen.on">80</item>
    <item name="screen.full">190</item>
    <item name="bluetooth.active">59.6</item>
    <item name="bluetooth.on">4.95</item>
    <item name="wifi.on">3.98</item>
    <item name="wifi.active">58</item>
    <item name="wifi.scan">30</item>
    <item name="audio">81</item>
    <item name="video">80</item>
    <item name="camera.flashlight">160</item>
    <item name="camera.avg">500</item>
    <item name="gps.on">36.7</item>
    <item name="radio.active">180</item>
    <item name="radio.scanning">30</item>
    <array name="radio.on">
        <value>4.39</value>
        <value>4</value>
    </array>
    <array name="cpu.clusters.cores">
        <value>4</value>
    </array>
    <array name="cpu.speeds.cluster0">
        <value>850000</value>
        <value>987000</value>
        <value>1216000</value>
        <value>1800000</value>
    </array>
    <array name="cpu.active.cluster0">
        <value>10</value>
        <value>15</value>
        <value>20</value>
        <value>32</value>
    </array>
    <item name="cpu.idle">2</item>
    <item name="cpu.suspend">6</item>
    <item name="cpu.active">18</item>. <item name="cpu.cluster_power.cluster0">6</item>
    <item name="cpu.cluster_power.cluster1">6</item>
    <array name="memory.bandwidths">
        <value>22.7</value>
    </array>
    <item name="battery.capacity">2150</item>
    <item name="wifi.controller.idle">2</item>
    <item name="wifi.controller.rx">50</item>
    <item name="wifi.controller.tx">50</item>
    <array name="wifi.controller.tx_levels" />
    <item name="wifi.controller.voltage">0</item>
    <array name="wifi.batchedscan">
        <value>.0002</value>
        <value>.002</value>
        <value>.02</value>
        <value>.2</value>
        <value>2</value>
    </array>
    <item name="modem.controller.sleep">0</item>
    <item name="modem.controller.idle">5</item>
    <item name="modem.controller.rx">100</item>
    <array name="modem.controller.tx">
        <value>130.9</value>
        <value>140.9</value>
        <value>142.4</value>
        <value>154.1</value>
        <value>226.8</value>
    </array>
    <item name="modem.controller.voltage">0</item>
    <array name="gps.signalqualitybased">
        <value>0</value>
        <value>0</value>
    </array>
    <item name="gps.voltage">0</item>
</device>

================================================
FILE: Essential/PH-1/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-essential-ph_1
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Essential/PH-1/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.essential.ph_1"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
                android:requiredSystemPropertyValue="+essential/mata/mata*"
                android:priority="131"
                android:isStatic="true" />
</manifest>


================================================
FILE: Essential/PH-1/res/values/brightness.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_automatic_brightness_available">true</bool>
<integer-array name="config_autoBrightnessDisplayValuesNits">
        <item>10</item>
        <item>20</item>
        <item>30</item>
        <item>35</item>
        <item>60</item>
        <item>100</item>
        <item>140</item>
        <item>200</item>
        <item>260</item>
        <item>300</item>
    </integer-array>
<integer-array name="config_screenBrightnessBacklight">
        <item>0</item>
        <item>20</item>
        <item>30</item>
        <item>44</item>
        <item>63</item>
        <item>71</item>
        <item>90</item>
        <item>105</item>
        <item>130</item>
        <item>236</item>
        <item>255</item>
    </integer-array>
<integer-array name="config_screenBrightnessNits">
        <item>0</item>
        <item>30</item>
        <item>68</item>
        <item>105</item>
        <item>154</item>
        <item>173</item>
        <item>218</item>
        <item>244</item>
        <item>301</item>
        <item>500</item>
        <item>600</item>
    </integer-array>
<integer-array name="config_autoBrightnessLevels">
        <item>1</item>
        <item>2</item>
        <item>3</item>
        <item>8</item>
        <item>16</item>
        <item>50</item>
        <item>1000</item>
        <item>3500</item>
        <item>5000</item>
    </integer-array>
<integer name="config_screenBrightnessSettingMinimum">1</integer>
<integer name="config_screenBrightnessSettingMaximum">255</integer>
</resources>


================================================
FILE: Essential/PH-1/res/values/navbar.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="config_showNavigationBar">true</bool>
</resources>


================================================
FILE: Essential/PH-1/res/values/notch.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <dimen name="status_bar_height">144.0px</dimen>
    <dimen name="status_bar_height_portrait">144.0px</dimen>
    <dimen name="status_bar_height_landscape">84px</dimen>
    <string name="config_mainBuiltInDisplayCutout">M -70, 0 L -70, 137 L 70, 137 L 70, 0 Z</string>
</resources>


================================================
FILE: Essential/PH-1/res/values-land/notch.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <dimen name="status_bar_height">84px</dimen>
</resources>


================================================
FILE: Essential/PH-1/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Mata">
    <item name="none">0</item>
    <item name="screen.on">60.0</item>
    <item name="screen.full">248.2</item>
    <item name="bluetooth.active">61.46</item>
    <item name="bluetooth.on">0.48</item>
    <item name="wifi.on">2</item>
    <item name="wifi.active">200</item>
    <item name="wifi.scan">24</item>
    <item name="camera.flashlight">200</item>
    <item name="camera.avg">588</item>
    <item name="gps.on">45</item>
    <item name="radio.active">200</item>
    <item name="radio.scanning">90</item>
    <array name="radio.on">
        <value>3</value>
        <value>2.5</value>
    </array>
    <array name="cpu.clusters.cores">
        <value>4</value>
        <value>4</value>
    </array>
    <array name="cpu.speeds.cluster0">
        <value>300000</value>
        <value>364800</value>
        <value>441600</value>
        <value>518400</value>
        <value>595200</value>
        <value>672000</value>
        <value>748800</value>
        <value>825600</value>
        <value>883200</value>
        <value>960000</value>
        <value>1036800</value>
        <value>1094400</value>
        <value>1171200</value>
        <value>1248000</value>
        <value>1324800</value>
        <value>1401600</value>
        <value>1478400</value>
        <value>1555200</value>
        <value>1670400</value>
        <value>1747200</value>
        <value>1824000</value>
        <value>1900800</value>
    </array>
    <array name="cpu.speeds.cluster1">
        <value>300000</value>
        <value>345600</value>
        <value>422400</value>
        <value>499200</value>
        <value>576000</value>
        <value>652800</value>
        <value>729600</value>
        <value>806400</value>
        <value>902400</value>
        <value>979200</value>
        <value>1056000</value>
        <value>1132800</value>
        <value>1190400</value>
        <value>1267200</value>
        <value>1344000</value>
        <value>1420800</value>
        <value>1497600</value>
        <value>1574400</value>
        <value>1651200</value>
        <value>1728000</value>
        <value>1804800</value>
        <value>1881600</value>
        <value>1958400</value>
        <value>2035200</value>
        <value>2112000</value>
        <value>2208000</value>
        <value>2265600</value>
        <value>2323200</value>
        <value>2342400</value>
        <value>2361600</value>
        <value>2457600</value>
    </array>
    <item name="cpu.idle">4.73</item>
    <item name="cpu.awake">60</item>
    <array name="cpu.active.cluster0">
        <value>10</value>
        <value>23.4</value>
        <value>25.3</value>
        <value>27.1</value>
        <value>28.6</value>
        <value>30.5</value>
        <value>32.8</value>
        <value>34.7</value>
        <value>37.2</value>
        <value>40.0</value>
        <value>42.9</value>
        <value>45.4</value>
        <value>48.8</value>
        <value>52.8</value>
        <value>57.6</value>
        <value>61.4</value>
        <value>65.1</value>
        <value>70.0</value>
        <value>79.9</value>
        <value>87.8</value>
        <value>96.4</value>
        <value>103.0</value>
    </array>
    <array name="cpu.active.cluster1">
        <value>15</value>
        <value>48.8</value>
        <value>55.9</value>
        <value>62.7</value>
        <value>69.9</value>
        <value>76.3</value>
        <value>82.8</value>
        <value>89.8</value>
        <value>97.3</value>
        <value>105.1</value>
        <value>112.2</value>
        <value>118.6</value>
        <value>129.9</value>
        <value>141.9</value>
        <value>154.9</value>
        <value>171.9</value>
        <value>187.6</value>
        <value>207.0</value>
        <value>228.2</value>
        <value>248.7</value>
        <value>263.6</value>
        <value>304.4</value>
        <value>334.9</value>
        <value>371.4</value>
        <value>411.2</value>
        <value>474.3</value>
        <value>496.1</value>
        <value>511.5</value>
        <value>524.3</value>
        <value>536.1</value>
        <value>542.4</value>
    </array>
    <item name="battery.capacity">3040</item>
    <array name="wifi.batchedscan">
        <value>0.0002</value>
        <value>0.002</value>
        <value>0.02</value>
        <value>0.2</value>
        <value>2</value>
    </array>
</device>

================================================
FILE: Fairphone/FP3/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-fairphone-fp3
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Fairphone/FP3/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.fairphone.fp3"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
                android:requiredSystemPropertyValue="+Fairphone/FP3*"
                android:priority="173"
                android:isStatic="true" />
</manifest>


================================================
FILE: Fairphone/FP3/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!-- config.xml used from https://gitlab.e.foundation/e/devices/android_device_fairphone_FP3/-/tree/v1-pie/overlay/frameworks/base,
     but all properties marked as error by phh test/test.sh commented out -->
<!--
    Copyright (c) 2014, The Linux Foundation. All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:
        * Redistributions of source code must retain the above copyright
          notice, this list of conditions and the following disclaimer.
        * Redistributions in binary form must reproduce the above
          copyright notice, this list of conditions and the following
          disclaimer in the documentation and/or other materials provided
          with the distribution.
        * Neither the name of The Linux Foundation nor the names of its
          contributors may be used to endorse or promote products derived
          from this software without specific prior written permission.

    THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
    WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
    ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
    BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
    IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
-->

<resources>
    <!-- Transferred from Moto G7 Power by GD -->
    <integer name="config_autoPowerModeAnyMotionSensor">30</integer> <!-- 0 at Fp3, 30 at G7 -->
    <integer name="config_mobile_mtu">1410</integer> <!-- 1500 at Fp3, 1410 at G7 -->
    <string-array name="config_defaultPinnerServiceFiles">
            <item>/system/framework/oat/arm64/services.odex</item>
            <item>/system/framework/boot-framework.vdex</item>
    </string-array>

    <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
         autodetected from the Configuration. -->
    <bool name="config_showNavigationBar">true</bool>

    <!-- Enable system navigation keys. -->
    <bool name="config_supportSystemNavigationKeys">true</bool>

    <!-- When true use the linux /dev/input/event subsystem to detect the switch changes
         on the headphone/microphone jack. When false use the older uevent framework. -->
    <bool name="config_useDevInputEventForAudioJack">true</bool>

    <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
         Software implementation will be used if config_hardware_auto_brightness_available is not set -->
    <bool name="config_automatic_brightness_available">true</bool>

    <!-- Minimum screen brightness setting allowed by the power manager.
         The user is forbidden from setting the brightness below this level. -->
    <integer name="config_screenBrightnessSettingMinimum">1</integer>

    <!-- ComponentName of a dream to show whenever the system would otherwise have
     gone to sleep.  When the PowerManager is asked to go to sleep, it will instead
     try to start this dream if possible.  The dream should typically call startDozing()
     to put the display into a low power state and allow the application processor
     to be suspended.  When the dream ends, the system will go to sleep as usual.
     Specify the component name or an empty string if none.

     Note that doze dreams are not subject to the same start conditions as ordinary dreams.
     Doze dreams will run whenever the power manager is in a dozing state. -->
<!--    <string name="config_doze__Component">com.android.systemui/com.android.systemui.doze.DozeService</string>
-->
    <!-- If true, the doze component is not started until after the screen has been
         turned off and the screen off animation has been performed. -->
    <bool name="config_dozeAfterScreenOffByDefault">true</bool>

    <!-- Power Management: Specifies whether to decouple the auto-suspend state of the
         device from the display on/off state.

         When false, autosuspend_disable() will be called before the display is turned on
         and autosuspend_enable() will be called after the display is turned off.
         This mode provides best compatibility for devices using legacy power management
         features such as early suspend / late resume.

         When true, autosuspend_display() and autosuspend_enable() will be called
         independently of whether the display is being turned on or off.  This mode
         enables the power manager to suspend the application processor while the
         display is on.

         This resource should be set to "true" when a doze component has been specified
         to maximize power savings but not all devices support it.

         Refer to autosuspend.h for details.
    -->
    <bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>

    <!-- Power Management: Specifies whether to decouple the interactive state of the
         device from the display on/off state.

         When false, setInteractive(..., true) will be called before the display is turned on
         and setInteractive(..., false) will be called after the display is turned off.
         This mode provides best compatibility for devices that expect the interactive
         state to be tied to the display state.

         When true, setInteractive(...) will be called independently of whether the display
         is being turned on or off.  This mode enables the power manager to reduce
         clocks and disable the touch controller while the display is on.

         This resource should be set to "true" when a doze component has been specified
         to maximize power savings but not all devices support it.

         Refer to power.h for details.
    -->
    <bool name="config_powerDecoupleInteractiveModeFromDisplay">false</bool>

    <!-- Screen brightness used to dim the screen while dozing in a very low power state.
         May be less than the minimum allowed brightness setting
         that can be set by the user. -->
    <integer name="config_screenBrightnessDoze">17</integer>

    <!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
     in hardware. -->
    <bool name="config_setColorTransformAccelerated">true</bool>
    
    <!-- Control whether Night display is available. This should only be enabled on devices
         that have a HWC implementation that can apply the matrix passed to setColorTransform
         without impacting power, performance, and app compatibility (e.g. protected content). -->
    <bool name="config_nightDisplayAvailable">true</bool>

    <!-- Default screen brightness setting.
         Must be in the range specified by minimum and maximum. -->
    <integer name="config_screenBrightnessSettingDefault">71</integer>

    <!-- Stability requirements in milliseconds for accepting a new brightness level.  This is used
         for debouncing the light sensor.  Different constants are used to debounce the light sensor
         when adapting to brighter or darker environments.  This parameter controls how quickly
         brightness changes occur in response to an observed change in light level that exceeds the
         hysteresis threshold. -->
    <integer name="config_autoBrightnessBrighteningLightDebounce">2000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">8000</integer>

    <!-- The maximum range of gamma adjustment possible using the screen
         auto-brightness adjustment setting. -->
    <fraction name="config_autoBrightnessAdjustmentMaxGamma">300%</fraction>

    <!-- Screen brightness used to dim the screen when the user activity
         timeout expires.  May be less than the minimum allowed brightness setting
         that can be set by the user. -->
    <integer name="config_screenBrightnessDim">1</integer>

    <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
    <bool name="config_intrusiveNotificationLed">true</bool>

    <!-- Whether device needs to wait for Qualcomm MPCTL service to start
         before setting power profiles on boot. -->
<!--    <bool name="config_waitForMpctlOnBoot">true</bool>
-->
    <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
         The N entries of this array define N  1 zones as follows:

         Zone 0:        0 <= LUX < array[0]
         Zone 1:        array[0] <= LUX < array[1]
         ...
         Zone N:        array[N - 1] <= LUX < array[N]
         Zone N + 1     array[N] <= LUX < infinity

         Must be overridden in platform specific overlays -->
    <integer-array name="config_autoBrightnessLevels">
        <item>1</item>
        <item>2</item>
        <item>3</item>
        <item>4</item>
        <item>8</item>
        <item>12</item>
        <item>20</item>
        <item>33</item>
        <item>55</item>
        <item>90</item>
        <item>148</item>
        <item>245</item>
        <item>403</item>
        <item>665</item>
        <item>1097</item>
        <item>1808</item>
        <item>2981</item>
        <item>5000</item>
    </integer-array>

    <!-- Array of desired screen brightness in nits corresponding to the lux values
         in the config_autoBrightnessLevels array. As with config_screenBrightnessMinimumNits and
         config_screenBrightnessMaximumNits, the display brightness is defined as the measured
         brightness of an all-white image.
         If this is defined then:
            - config_autoBrightnessLcdBacklightValues should not be defined
            - config_screenBrightnessNits must be defined
            - config_screenBrightnessBacklight must be defined
         This array should have size one greater than the size of the config_autoBrightnessLevels
         array. The brightness values must be non-negative and non-decreasing. This must be
         overridden in platform specific overlays -->
    <array name="config_autoBrightnessDisplayValuesNits">
        <item>10.45935</item>   <!-- 0-1 -->
        <item>29.25559</item>   <!-- 1-2 -->
        <item>34.240692</item>  <!-- 2-3 -->
        <item>37.514347</item>  <!-- 3-4 -->
        <item>40.018696</item>  <!-- 4-8 -->
        <item>46.885098</item>  <!-- 8-12 -->
        <item>51.626434</item>  <!-- 12-20 -->
        <item>58.610405</item>  <!-- 20-33 -->
        <item>66.890915</item>  <!-- 33-55 -->
        <item>77.61644</item>   <!-- 55-90 -->
        <item>90.221886</item>  <!-- 90-148 -->
        <item>105.80314</item>  <!-- 148-245 -->
        <item>126.073845</item> <!-- 245-403 -->
        <item>154.16931</item>  <!-- 403-665 -->
        <item>191.83717</item>  <!-- 665-1097 -->
        <item>240.74442</item>  <!-- 1097-1808 -->
        <item>294.84857</item>  <!-- 1808-2981 -->
        <item>348.05453</item>  <!-- 2981-5000 -->
        <item>389.70</item>     <!-- 5000+ -->
    </array>

    <!-- An array of floats describing the screen brightness in nits corresponding to the backlight
         values in the config_screenBrightnessBacklight array.  On OLED displays these  values
         should be measured with an all white image while the display is in the fully on state.
         Note that this value should *not* reflect the maximum brightness value for any high
         brightness modes but only the maximum brightness value obtainable in a sustainable manner.
         This array should be equal in size to config_screenBrightnessBacklight -->
    <array name="config_screenBrightnessNits">
        <item>0</item>
        <item>26.11</item>
        <item>50.5</item>
        <item>74.17</item>
        <item>96.89</item>
        <item>118.3</item>
        <item>139.8</item>
        <item>162.9</item>
        <item>189.8</item>
        <item>217.4</item>
        <item>240.4</item>
        <item>265.3</item>
        <item>288.7</item>
        <item>316</item>
        <item>340.8</item>
        <item>357.9</item>
        <item>376.2</item>
        <item>392.9</item>
    </array>

    <!-- An array describing the screen's backlight values corresponding to the brightness
         values in the config_screenBrightnessNits array.
         This array should be equal in size to config_screenBrightnessBacklight. -->
    <integer-array name="config_screenBrightnessBacklight">
        <item>0</item>
        <item>15</item>
        <item>30</item>
        <item>45</item>
        <item>60</item>
        <item>75</item>
        <item>90</item>
        <item>105</item>
        <item>120</item>
        <item>135</item>
        <item>150</item>
        <item>165</item>
        <item>180</item>
        <item>195</item>
        <item>210</item>
        <item>225</item>
        <item>240</item>
        <item>255</item>
    </integer-array>

   <!-- Indicate whether to allow the device to suspend when the screen is off
   due to the proximity sensor.  This resource should only be set to true
   if the sensor HAL correctly handles the proximity sensor as a wake-up source.
   Otherwise, the device may fail to wake out of suspend reliably.
   The default is false. -->
   <!-- TODO -->
   <bool name="config_suspendWhenScreenOffDueToProximity">true</bool>

   <!-- List of regexpressions describing the interface (if any) that represent tetherable
     USB interfaces.  If the device doesn't want to support tething over USB this should
     be empty.  An example would be "usb.*" -->
    <string-array translatable="false" name="config_tether_usb_regexs">
        <item>"usb\\d"</item>
        <item>"rndis\\d"</item>
    </string-array>

   <!-- List of regexpressions describing the interface (if any) that represent tetherable
          Wifi interfaces.  If the device doesn't want to support tethering over Wifi this
          should be empty.  An example would be "softap.*" -->
   <string-array translatable="false" name="config_tether_wifi_regexs">
       <item>"wigig0"</item>
       <item>"wlan0"</item>
   </string-array>

   <!-- Enable ACS (auto channel selection) for Wifi hotspot (SAP) -->
<!--   <bool translatable="false" name="config_wifi_softap_acs_supported">false</bool>
-->
   <!-- Enable 802.11ac for Wifi hotspot (SAP) -->
<!--   <bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">false</bool>
-->
    <!-- Boolean indicating whether single radio chain scan results are to be used for network selection -->
<!--    <bool translatable="false" name="config_wifi_framework_use_single_radio_chain_scan_results_network_selection">false</bool>
-->
       <!-- Is the device capable of hot swapping an ICC Card -->
    <bool name="config_hotswapCapable">true</bool>

    <!-- Flag specifying whether VoLTE & VT is available on device -->
    <bool name="config_device_volte_available">true</bool>

    <!-- Flag specifying whether VoLTE should be available for carrier: independent of
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
         provisioning, availability etc -->
    <bool name="config_carrier_volte_available">true</bool>

    <!-- Flag specifying whether VoLTE TTY is supported -->
<!--    <bool name="config_carrier_volte_tty_supported">true</bool>
-->
    <!-- Flag specifying whether WFC over IMS is available on device -->
    <bool name="config_device_wfc_ims_available">true</bool>

    <!-- Flag specifying whether WFC over IMS should be available for carrier: independent of
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
         provisioning, availability etc -->
    <bool name="config_carrier_wfc_ims_available">true</bool>

    <!-- Flag specifying whether VT is available on device -->
    <bool name="config_device_vt_available">true</bool>

    <!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true -->
    <string name="config_ims_package">org.codeaurora.ims</string>

    <!-- Flag specifying whether or not IMS will use the ImsResolver dynamically -->
    <bool name="config_dynamic_bind_ims">true</bool>

    <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<!--    <bool name="config_unplugTurnsOnScreen">true</bool>
-->
    <!-- Vibrator pattern for feedback about a long screen/key press -->
    <integer-array name="config_longPressVibePattern">
        <item>0</item>
        <item>1</item>
        <item>20</item>
        <item>30</item>
    </integer-array>

    <!-- Vibrator pattern for feedback about touching a virtual key -->
    <integer-array name="config_virtualKeyVibePattern">
        <item>20</item>
    </integer-array>

    <!-- Vibrator pattern for a very short but reliable vibration for soft keyboard tap -->
    <integer-array name="config_keyboardTapVibePattern">
        <item>0</item>
        <item>05</item>
    </integer-array>

    <!-- Shutdown if the battery temperature exceeds (this value * 0.1) Celsius. -->
    <integer name="config_shutdownBatteryTemperature">625</integer>


    <!-- This string array should be overridden by the device to present a list of network
     attributes.  This is used by the connectivity manager to decide which networks can coexist
     based on the hardware -->
    <!-- An Array of "[Connection name],[ConnectivityManager.TYPE_xxxx],
         [associated radio-type],[priority],[restoral-timer(ms)],[dependencyMet]  -->
    <!-- the 5th element "resore-time" indicates the number of milliseconds to delay
         before automatically restore the default connection.  Set -1 if the connection
         does not require auto-restore. -->
    <!-- the 6th element indicates boot-time dependency-met value. -->
    <string-array translatable="false" name="networkAttributes">
        <item>"wifi,1,1,1,-1,true"</item>
        <item>"mobile,0,0,0,-1,true"</item>
        <item>"mobile_mms,2,0,4,60000,true"</item>
        <item>"mobile_supl,3,0,2,60000,true"</item>
        <item>"mobile_dun,4,0,2,60000,true"</item>
        <item>"mobile_hipri,5,0,3,60000,true"</item>
        <item>"mobile_fota,10,0,2,60000,true"</item>
        <item>"mobile_ims,11,0,2,60000,true"</item>
        <item>"mobile_cbs,12,0,2,60000,true"</item>
        <item>"bluetooth,7,7,2,-1,true"</item>
        <item>"ethernet,9,9,9,-1,true"</item>
        <item>"mobile_emergency,15,0,5,-1,true"</item>
    </string-array>

    <!-- Configure mobile tcp buffer sizes in the form:
         rat-name:rmem_min,rmem_def,rmem_max,wmem_min,wmem_def,wmem_max
         If no value is found for the rat-name in use, the system default will be applied.
    -->
    <string-array name="config_mobile_tcp_buffers">
        <item>5gnr:2097152,6291456,16777216,512000,2097152,8388608</item>
        <item>lte:524288,1048576,8388608,262144,524288,4194304</item>
        <item>lte_ca:1048576,2097152,16777216,524288,1048576,8388608</item>
        <item>umts:131072,262144,1452032,4096,16384,399360</item>
        <item>hspa:131072,262144,1452032,4096,16384,399360</item>
        <item>hsupa:131072,262144,1452032,4096,16384,399360</item>
        <item>hsdpa:131072,262144,1452032,4096,16384,399360</item>
        <item>hspap:131072,262144,1452032,4096,16384,399360</item>
        <item>edge:16384,32768,131072,4096,16384,65536</item>
        <item>gprs:4096,8192,24576,4096,8192,24576</item>
        <item>evdo:131072,262144,1048576,4096,16384,524288</item>
        <item>ehrpd:4094,87380,1048576,4096,16384,262144</item>
    </string-array>

    <!-- This string array should be overridden by the device to present a list of radio
         attributes.  This is used by the connectivity manager to decide which networks can coexist
         based on the hardware -->
    <!-- An Array of "[ConnectivityManager connectionType],
                      [# simultaneous connection types]"  -->
    <string-array translatable="false" name="radioAttributes">
        <item>1,1</item>
        <item>0,1</item>
        <item>7,1</item>
        <item>9,1</item>
    </string-array>

    <!-- Boolean indicating if restoring network selection should be skipped -->
    <!-- The restoring is handled by modem if it is true-->
    <bool translatable="false" name="skip_restoring_network_selection">true</bool>

    <!-- Config determines whether to update phone object when voice registration
         state changes. Voice radio tech change will always trigger an update of
         phone object irrespective of this config -->
    <bool name="config_switch_phone_on_voice_reg_state_change">false</bool>

        <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
<!--    <bool name="config_cell__BroadcastAppLinks">true</bool>
-->
    <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
    <bool translatable="false" name="config_wifi_dual_band_support">true</bool>

    <!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
         This mechanism allows the host to remain in suspend state and the dongle to actively
         scan and wake the host when a configured SSID is detected by the dongle. This chipset
         capability can provide power savings when wifi needs to be always kept on. -->
    <bool translatable="false" name="config_wifi_background_scan_support">true</bool>

    <!-- Wifi driver supports batched scan -->
    <bool translatable="false" name="config_wifi_batched_scan_supported">true</bool>

    <!-- Boolean indicating whether or not to revert to default country code when cellular
         radio is unable to find any MCC information to infer wifi country code from -->
<!--    <bool translatable="false" name="config_wifi_revert_country_code_on_cellular_loss">true</bool>
-->
    <!-- Boolean indicating whether or not wifi should turn off when emergency call is made -->
<!--    <bool translatable="false" name="config_wifi_turn_off_during_emergency_call">true</bool>
-->
    <!-- Values for GPS configuration -->
    <string-array translatable="false" name="config_gpsParameters">
        <item>NTP_SERVER=europe.pool.ntp.org</item>
        <item>#SUPL_HOST=supl.google.com</item>
        <item>#SUPL_PORT=7275</item>
        <item>SUPL_VER=0x30000</item>
        <item>#SUPL_MODE=1</item>
        <item>#SUPL_ES=1</item>
        <item>#LPP_PROFILE=3</item>
        <item>USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL=1</item>
        <item>A_GLONASS_POS_PROTOCOL_SELECT=15</item>
        <item>#GPS_LOCK=0</item>
    </string-array>

    <!-- Component name of the combo network location provider. -->
<!--    <string name="config_comboNetworkLocationProvider" translatable="false">com.qualcomm.location</string>
-->
        <!-- Remote server that can provide NTP responses. -->
<!--    <string translatable="false" name="config_ntpServer">europe.pool.ntp.org</string>
-->
    <!-- Whether WiFi display is supported by this device.
     There are many prerequisites for this feature to work correctly.
     Here are a few of them:
     * The WiFi radio must support WiFi P2P.
     * The WiFi radio must support concurrent connections to the WiFi display and
       to an access point.
     * The Audio Flinger audio_policy.conf file must specify a rule for the "r_submix"
       remote submix module.  This module is used to record and stream system
       audio output to the WiFi display encoder in the media server.
     * The remote submix module "audio.r_submix.default" must be installed on the device.
     * The device must be provisioned with HDCP keys (for protected content). -->
<!--    <bool name="config_enableWifiDisplay">true</bool>
-->
</resources>


================================================
FILE: Fairphone/FP3/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (c) 2015, The Linux Foundation. All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:
        * Redistributions of source code must retain the above copyright
          notice, this list of conditions and the following disclaimer.
        * Redistributions in binary form must reproduce the above
          copyright notice, this list of conditions and the following
          disclaimer in the documentation and/or other materials provided
          with the distribution.
        * Neither the name of The Linux Foundation nor the names of its
          contributors may be used to endorse or promote products derived
          from this software without specific prior written permission.

    THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
    WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
    ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
    BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
    OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
    IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
-->

<device name="Android">
    <!-- All values are in mA except as noted -->
    <!-- Nothing -->
    <item name="none">0</item>
    <item name="screen.on">63</item>
    <item name="screen.full">261</item>
    <!-- Additional power used when Wi-Fi is turned on but not receiving,
     transmitting, or scanning -->
    <item name="wifi.on">0.606</item>
    <!-- Additional power used when transmitting or receiving over Wi-Fi -->
    <item name="wifi.active">74.462</item>
    <!-- Additional power used when Wi-Fi is scanning for access points -->
    <item name="wifi.scan">25.088</item>
    <!-- Average power use by the camera subsystem for a typical camera
         application. Intended as a rough estimate for an application running a
         preview and capturing approximately 10 full-resolution pictures per
         minute. -->
    <item name="camera.avg">374.399</item>
    <!-- Average power used by the camera flash module when on -->
    <item name="camera.flashlight">265.769</item>
    <!-- Additional power used when GPS is acquiring a signal -->
    <item name="gps.on">21.412</item>
    <!-- Additional power used when cellular radio is transmitting/receiving -->
    <item name="radio.active">208.332</item>
    <!-- The current consumed by the radio when it is scanning for a signal -->
    <item name="radio.scanning">46.310</item>
    <!-- Current consumed by the radio at different signal strengths, when paging -->
    <array name="radio.on">
        <value>33.079</value>
        <value>30</value>
        <value>25</value>
        <value>20</value>
        <value>15</value>
        <value>10</value>
        <value>5</value>
        <value>1.090</value>
    </array>
    <!-- Number of cores each CPU cluster contains -->
    <array name="cpu.clusters.cores">
        <value>4</value> <!-- Cluster 0 has 4 cores (cpu0, cpu1, cpu2, cpu3) -->
        <value>4</value> <!-- Cluster 1 has 4 cores (cpu4, cpu5, cpu6, cpu7) -->
    </array>
    <array name="cpu.core_speeds.cluster0">
        <value>614400</value> <!-- 614 MHz CPU speed -->
        <value>883200</value> <!-- 883 MHz CPU speed -->
        <value>1036800</value> <!-- 1036 MHz CPU speed -->
        <value>1363200</value> <!-- 1363 MHz CPU speed -->
        <value>1536000</value> <!-- 1536 MHz CPU speed -->
        <value>1670400</value> <!-- 1670 MHz CPU speed -->
        <value>1804800</value> <!-- 1804 MHz CPU speed -->
    </array>
    <array name="cpu.core_speeds.cluster1">
        <value>633600</value> <!-- 663 MHz CPU speed -->
        <value>902400</value> <!-- 902 MHz CPU speed -->
        <value>1094400</value> <!-- 1094 MHz CPU speed -->
        <value>1401600</value> <!-- 1401 MHz CPU speed -->
        <value>1555200</value> <!-- 1552 MHz CPU speed -->
        <value>1804800</value> <!-- 1804 MHz CPU speed -->
    </array>
    <array name="cpu.core_power.cluster0">
        <value>8.24</value> <!-- 614 MHz CPU speed -->
        <value>18.66</value> <!-- 883 MHz CPU speed -->
        <value>20.2</value> <!-- 1036 MHz CPU speed -->
        <value>28.57</value> <!-- 1363 MHz CPU speed -->
        <value>48.57</value> <!-- 1536 MHz CPU speed -->
        <value>51.23</value> <!-- 1670 MHz CPU speed -->
        <value>62.6</value> <!-- 1804 MHz CPU speed -->
    </array>
    <array name="cpu.core_power.cluster1">
        <value>10.85</value> <!-- 663 MHz CPU speed -->
        <value>20.85</value> <!-- 902 MHz CPU speed -->
        <value>31.57</value> <!-- 1094 MHz CPU speed -->
        <value>50.96</value> <!-- 1401 MHz CPU speed -->
        <value>70.31</value> <!-- 1552 MHz CPU speed -->
        <value>100.25</value> <!-- 1804 MHz CPU speed -->
    </array>
    <!-- Additional power consumption by CPU cluster0 itself when running
     excluding cores in it -->
    <item name="cpu.cluster_power.cluster0">4.27</item>
    <!-- Additional power consumption by CPU cluster1 itself when running
         excluding cores in it -->
    <item name="cpu.cluster_power.cluster1">7.22</item>
    <!-- Power consumption when CPU is suspended -->
    <item name="cpu.suspend">3.993</item>
    <!-- Additional power consumption when CPU is in a kernel idle loop -->
    <item name="cpu.idle">2.969</item>
    <!-- Additional power consumption by CPU excluding cluster and core when
         running -->
    <item name="cpu.active">3.5</item>
    <!-- This is the battery capacity in mAh -->
    <!-- This is the battery capacity in mAh (measured at nominal voltage) -->
    <item name="battery.capacity">3060</item>
</device>


================================================
FILE: FalseLocks/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-SystemUI-FalseLocks
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: FalseLocks/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.systemui.falselocks"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="com.android.systemui"
                android:priority="3"/>
</manifest>


================================================
FILE: FalseLocks/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
	<bool name="config_lockscreenAntiFalsingClassifierEnabled">false</bool>
</resources>


================================================
FILE: HTC/Exodus1/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-htc-exodus1
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: HTC/Exodus1/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.htc.exodus1"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
		android:requiredSystemPropertyValue="+htc/exo*"
		android:priority="85"
		android:isStatic="true" />
</manifest>


================================================
FILE: HTC/Exodus1/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project

     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.
-->

<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds.  Do not translate. -->
<resources>
    <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
         Software implementation will be used if config_hardware_auto_brightness_available is not set -->
    <bool name="config_automatic_brightness_available">true</bool>

    <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
         The N entries of this array define N  1 zones as follows:

         Zone 0:        0 <= LUX < array[0]
         Zone 1:        array[0] <= LUX < array[1]
         ...
         Zone N:        array[N - 1] <= LUX < array[N]
         Zone N + 1     array[N] <= LUX < infinity

         Must be overridden in platform specific overlays -->
    <integer-array name="config_autoBrightnessLevels">
        <item>1</item>
        <item>5</item>
        <item>15</item>
        <item>16</item>
        <item>74</item>
        <item>75</item>
        <item>149</item>
        <item>150</item>
        <item>1500</item>
        <item>3500</item>
        <item>5000</item>
        <item>6500</item>
        <item>12000</item>
        <item>15000</item>
    </integer-array>

    <!-- Array of output values for LCD backlight corresponding to the LUX values
         in the config_autoBrightnessLevels array.  This array should have size one greater
         than the size of the config_autoBrightnessLevels array.
         This must be overridden in platform specific overlays -->
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>40</item>
        <item>50</item>
        <item>80</item>
        <item>80</item>
        <item>105</item>
        <item>105</item>
        <item>128</item>
        <item>128</item>
        <item>142</item>
        <item>154</item>
        <item>214</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
    </integer-array>

    <!-- Screen brightness used to dim the screen when the user activity
         timeout expires.  May be less than the minimum allowed brightness setting
         that can be set by the user. -->
    <integer name="config_screenBrightnessDim">10</integer>
    <integer name="config_screenBrightnessDark">1</integer>

    <!-- Default screen brightness setting.
         Must be in the range specified by minimum and maximum. -->
    <integer name="config_screenBrightnessSettingDefault">102</integer>

    <!-- Minimum screen brightness setting allowed by the power manager.
         The user is forbidden from setting the brightness below this level. -->
      <integer name="config_screenBrightnessSettingMinimum">10</integer>

    <!-- Stability requirements in milliseconds for accepting a new brightness level.  This is used
         for debouncing the light sensor.  Different constants are used to debounce the light sensor
         when adapting to brighter or darker environments.  This parameter controls how quickly
         brightness changes occur in response to an observed change in light level that exceeds the
         hysteresis threshold. -->
    <integer name="config_autoBrightnessBrighteningLightDebounce">4000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">8000</integer>
     <!-- The maximum range of gamma adjustment possible using the screen
         auto-brightness adjustment setting. -->
    <fraction name="config_autoBrightnessAdjustmentMaxGamma">300%</fraction>
 
    <!-- Period of time in which to consider light samples in milliseconds. -->
	
    <!-- Amount of time it takes for the light sensor to warm up in milliseconds.
         For this time after the screen turns on, the Power Manager
         will not debounce light sensor readings -->
    <integer name="config_lightSensorWarmupTime">0</integer>

    <!-- The bounding path of the cutout region of the main built-in display.
         Must either be empty if there is no cutout region, or a string that is parsable by
         {@link android.util.PathParser}.

         The path is assumed to be specified in display coordinates with pixel units and in
         the display's native orientation, with the origin of the coordinate system at the
         center top of the display.

         To facilitate writing device-independent emulation overlays, the marker `@dp` can be
         appended after the path string to interpret coordinates in dp instead of px units.
         Note that a physical cutout should be configured in pixels for the best results.
         -->

       <!-- Height of the status bar -->
          
    <!-- Screen off delay
    <integer name="config_screen_off_delay">1800</integer> -->
    <!-- Radius of the software rounded corners. 
    <dimen name="rounded_corner_radius">48px</dimen>-->

</resources>


================================================
FILE: HTC/Exodus1/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
    <item name="none">0</item>
    <item name="screen.on">104.02</item>
    <item name="screen.full">388.89</item>
    <item name="bluetooth.active">118.89</item>
    <item name="bluetooth.on">5.28</item>
    <item name="wifi.on">0.83</item>
    <item name="wifi.active">105.42</item>
    <item name="wifi.scan">83.3</item>
    <item name="dsp.audio">63.62</item>
    <item name="dsp.video">310.14</item>
    <item name="camera.flashlight">1000</item>
    <item name="camera.avg">980.87</item>
    <item name="gps.on">58</item>
    <item name="radio.active">205</item>
    <item name="radio.scanning">36.5</item>
    <array name="radio.on">
        <value>36.5</value>
        <value>36.5</value>
    </array>
    <item name="modem.controller.idle">25.10</item>
    <item name="modem.controller.rx">557.36</item>
    <item name="modem.controller.tx">423.13</item>
    <item name="modem.controller.voltage">0.75</item>
    <array name="cpu.clusters.cores">
        <value>4</value>
        <value>4</value>
    </array>
    <array name="cpu.speeds.cluster0">
        <value>300000</value>
        <value>403200</value>
        <value>480000</value>
        <value>576000</value>
        <value>652800</value>
        <value>748800</value>
        <value>825600</value>
        <value>902400</value>
        <value>979200</value>
        <value>1056000</value>
        <value>1132800</value>
        <value>1228800</value>
        <value>1324800</value>
        <value>1420800</value>
        <value>1516800</value>
        <value>1612800</value>
        <value>1689600</value>
        <value>1766400</value>
    </array>
    <array name="cpu.active.cluster0">
        <value>112.33</value>
        <value>119.12</value>
        <value>125.26</value>
        <value>130.49</value>
        <value>134.36</value>
        <value>141.06</value>
        <value>150.45</value>
        <value>154.27</value>
        <value>164.52</value>
        <value>174.25</value>
        <value>180.45</value>
        <value>192.54</value>
        <value>203.12</value>
        <value>219.39</value>
        <value>241.84</value>
        <value>258.29</value>
        <value>265.21</value>
        <value>283.08</value>
    </array>
    <array name="cpu.speeds.cluster1">
        <value>825600</value>
        <value>902400</value>
        <value>979200</value>
        <value>1056000</value>
        <value>1132800</value>
        <value>1209600</value>
        <value>1286400</value>
        <value>1363200</value>
        <value>1459200</value>
        <value>1536000</value>
        <value>1612800</value>
        <value>1689600</value>
        <value>1766400</value>
        <value>1843200</value>
        <value>1920000</value>
        <value>1996800</value>
        <value>2092800</value>
        <value>2169600</value>
        <value>2246400</value>
        <value>2323200</value>
        <value>2400000</value>
        <value>2476800</value>
        <value>2553600</value>
        <value>2649600</value>
    </array>
    <array name="cpu.active.cluster1">
        <value>253.12</value>
        <value>275.40</value>
        <value>293.04</value>
        <value>311.87</value>
        <value>337.35</value>
        <value>357.75</value>
        <value>374.71</value>
        <value>404.63</value>
        <value>459.51</value>
        <value>488.13</value>
        <value>525.84</value>
        <value>550.69</value>
        <value>608.85</value>
        <value>700.56</value>
        <value>762.40</value>
        <value>811.37</value>
        <value>959.40</value>
        <value>1043.20</value>
        <value>1080.96</value>
        <value>1098.23</value>
        <value>1152.52</value>
        <value>1181</value>
        <value>1237</value>
        <value>1341</value>
    </array>
    <item name="cpu.idle">7.92</item>
    <array name="memory.bandwidths">
        <value>22.7</value>
    </array>
    <item name="battery.capacity">3420</item>
    <item name="wifi.controller.idle">1</item>
    <item name="wifi.controller.rx">40</item>
    <item name="wifi.controller.tx">60</item>
    <array name="wifi.controller.tx_levels" />
    <item name="wifi.controller.voltage">0</item>
    <array name="wifi.batchedscan">
        <value>.0002</value>
        <value>.002</value>
        <value>.02</value>
        <value>.2</value>
        <value>2</value>
    </array>
</device>

================================================
FILE: HTC/U12Plus/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-htc-u12plus
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: HTC/U12Plus/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.htc.u12plus"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
		android:requiredSystemPropertyValue="+htc/ime*"
		android:priority="97"
		android:isStatic="true" />
</manifest>


================================================
FILE: HTC/U12Plus/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project

     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.
-->

<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds.  Do not translate. -->
<resources>
    <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
         Software implementation will be used if config_hardware_auto_brightness_available is not set -->
    <bool name="config_automatic_brightness_available">true</bool>

    <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
         The N entries of this array define N  1 zones as follows:

         Zone 0:        0 <= LUX < array[0]
         Zone 1:        array[0] <= LUX < array[1]
         ...
         Zone N:        array[N - 1] <= LUX < array[N]
         Zone N + 1     array[N] <= LUX < infinity

         Must be overridden in platform specific overlays -->
    <integer-array name="config_autoBrightnessLevels">
        <item>1</item>
        <item>5</item>
        <item>15</item>
        <item>16</item>
        <item>74</item>
        <item>75</item>
        <item>149</item>
        <item>150</item>
        <item>1500</item>
        <item>3500</item>
        <item>5000</item>
        <item>6500</item>
        <item>12000</item>
        <item>15000</item>
    </integer-array>

    <!-- Array of output values for LCD backlight corresponding to the LUX values
         in the config_autoBrightnessLevels array.  This array should have size one greater
         than the size of the config_autoBrightnessLevels array.
         This must be overridden in platform specific overlays -->
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>40</item>
        <item>50</item>
        <item>80</item>
        <item>80</item>
        <item>105</item>
        <item>105</item>
        <item>128</item>
        <item>128</item>
        <item>142</item>
        <item>154</item>
        <item>214</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
        <item>255</item>
    </integer-array>

    <!-- Screen brightness used to dim the screen when the user activity
         timeout expires.  May be less than the minimum allowed brightness setting
         that can be set by the user. -->
    <integer name="config_screenBrightnessDim">10</integer>
    <integer name="config_screenBrightnessDark">1</integer>

    <!-- Default screen brightness setting.
         Must be in the range specified by minimum and maximum. -->
    <integer name="config_screenBrightnessSettingDefault">102</integer>

    <!-- Minimum screen brightness setting allowed by the power manager.
         The user is forbidden from setting the brightness below this level. -->
      <integer name="config_screenBrightnessSettingMinimum">10</integer>

    <!-- Stability requirements in milliseconds for accepting a new brightness level.  This is used
         for debouncing the light sensor.  Different constants are used to debounce the light sensor
         when adapting to brighter or darker environments.  This parameter controls how quickly
         brightness changes occur in response to an observed change in light level that exceeds the
         hysteresis threshold. -->
    <integer name="config_autoBrightnessBrighteningLightDebounce">4000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">8000</integer>
     <!-- The maximum range of gamma adjustment possible using the screen
         auto-brightness adjustment setting. -->
    <fraction name="config_autoBrightnessAdjustmentMaxGamma">300%</fraction>
 
    <!-- Period of time in which to consider light samples in milliseconds. -->
	
    <!-- Amount of time it takes for the light sensor to warm up in milliseconds.
         For this time after the screen turns on, the Power Manager
         will not debounce light sensor readings -->
    <integer name="config_lightSensorWarmupTime">0</integer>

    <!-- The bounding path of the cutout region of the main built-in display.
         Must either be empty if there is no cutout region, or a string that is parsable by
         {@link android.util.PathParser}.

         The path is assumed to be specified in display coordinates with pixel units and in
         the display's native orientation, with the origin of the coordinate system at the
         center top of the display.

         To facilitate writing device-independent emulation overlays, the marker `@dp` can be
         appended after the path string to interpret coordinates in dp instead of px units.
         Note that a physical cutout should be configured in pixels for the best results.
         -->

       <!-- Height of the status bar -->
          
    <!-- Screen off delay
    <integer name="config_screen_off_delay">1800</integer> -->
    <!-- Radius of the software rounded corners. 
    <dimen name="rounded_corner_radius">48px</dimen>-->

</resources>


================================================
FILE: HTC/U12Plus/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
    <item name="none">0</item>
    <item name="screen.on">104.02</item>
    <item name="screen.full">388.89</item>
    <item name="bluetooth.active">118.89</item>
    <item name="bluetooth.on">5.28</item>
    <item name="wifi.on">0.83</item>
    <item name="wifi.active">105.42</item>
    <item name="wifi.scan">83.3</item>
    <item name="dsp.audio">63.62</item>
    <item name="dsp.video">310.14</item>
    <item name="camera.flashlight">1000</item>
    <item name="camera.avg">980.87</item>
    <item name="gps.on">58</item>
    <item name="radio.active">205</item>
    <item name="radio.scanning">36.5</item>
    <array name="radio.on">
        <value>36.5</value>
        <value>36.5</value>
    </array>
    <item name="modem.controller.idle">25.10</item>
    <item name="modem.controller.rx">557.36</item>
    <item name="modem.controller.tx">423.13</item>
    <item name="modem.controller.voltage">0.75</item>
    <array name="cpu.clusters.cores">
        <value>4</value>
        <value>4</value>
    </array>
    <array name="cpu.speeds.cluster0">
        <value>300000</value>
        <value>403200</value>
        <value>480000</value>
        <value>576000</value>
        <value>652800</value>
        <value>748800</value>
        <value>825600</value>
        <value>902400</value>
        <value>979200</value>
        <value>1056000</value>
        <value>1132800</value>
        <value>1228800</value>
        <value>1324800</value>
        <value>1420800</value>
        <value>1516800</value>
        <value>1612800</value>
        <value>1689600</value>
        <value>1766400</value>
    </array>
    <array name="cpu.active.cluster0">
        <value>112.33</value>
        <value>119.12</value>
        <value>125.26</value>
        <value>130.49</value>
        <value>134.36</value>
        <value>141.06</value>
        <value>150.45</value>
        <value>154.27</value>
        <value>164.52</value>
        <value>174.25</value>
        <value>180.45</value>
        <value>192.54</value>
        <value>203.12</value>
        <value>219.39</value>
        <value>241.84</value>
        <value>258.29</value>
        <value>265.21</value>
        <value>283.08</value>
    </array>
    <array name="cpu.speeds.cluster1">
        <value>825600</value>
        <value>902400</value>
        <value>979200</value>
        <value>1056000</value>
        <value>1132800</value>
        <value>1209600</value>
        <value>1286400</value>
        <value>1363200</value>
        <value>1459200</value>
        <value>1536000</value>
        <value>1612800</value>
        <value>1689600</value>
        <value>1766400</value>
        <value>1843200</value>
        <value>1920000</value>
        <value>1996800</value>
        <value>2092800</value>
        <value>2169600</value>
        <value>2246400</value>
        <value>2323200</value>
        <value>2400000</value>
        <value>2476800</value>
        <value>2553600</value>
        <value>2649600</value>
    </array>
    <array name="cpu.active.cluster1">
        <value>253.12</value>
        <value>275.40</value>
        <value>293.04</value>
        <value>311.87</value>
        <value>337.35</value>
        <value>357.75</value>
        <value>374.71</value>
        <value>404.63</value>
        <value>459.51</value>
        <value>488.13</value>
        <value>525.84</value>
        <value>550.69</value>
        <value>608.85</value>
        <value>700.56</value>
        <value>762.40</value>
        <value>811.37</value>
        <value>959.40</value>
        <value>1043.20</value>
        <value>1080.96</value>
        <value>1098.23</value>
        <value>1152.52</value>
        <value>1181</value>
        <value>1237</value>
        <value>1341</value>
    </array>
    <item name="cpu.idle">7.92</item>
    <array name="memory.bandwidths">
        <value>22.7</value>
    </array>
    <item name="battery.capacity">3420</item>
    <item name="wifi.controller.idle">1</item>
    <item name="wifi.controller.rx">40</item>
    <item name="wifi.controller.tx">60</item>
    <array name="wifi.controller.tx_levels" />
    <item name="wifi.controller.voltage">0</item>
    <array name="wifi.batchedscan">
        <value>.0002</value>
        <value>.002</value>
        <value>.02</value>
        <value>.2</value>
        <value>2</value>
    </array>
</device>

================================================
FILE: HW-IMS/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-hw-ims
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: HW-IMS/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.hwims"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="persist.sys.phh.ims.hw"
                android:requiredSystemPropertyValue="true"
		android:priority="77"
		android:isStatic="true" />
</manifest>


================================================
FILE: HW-IMS/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
	<string name="config_ims_package">com.huawei.ims</string>
	<bool name="config_dynamic_bind_ims">true</bool>
	<bool name="config_carrier_volte_available">true</bool>
	<bool name="config_device_volte_available">true</bool>
	<bool name="config_device_wfc_ims_available">true</bool>
</resources>


================================================
FILE: HighPriorityMisc/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-highpriomisc
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: HighPriorityMisc/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.highpriomisc"
        android:versionCode="1"
        android:versionName="1.0">
        <!-- SUPER OVERLAY -->
        <overlay android:targetPackage="android"
            android:priority="8998"
            android:isStatic="true" />
</manifest>


================================================
FILE: HighPriorityMisc/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
    <bool name="config_swipe_up_gesture_setting_available">true</bool>
    <!-- Flag indicating whether platform level volume adjustments are enabled for remote sessions
         on grouped devices. -->
    <bool name="config_volumeAdjustmentForRemoteGroupSessions">true</bool>
</resources>


================================================
FILE: HighPriorityMisc/res/xml/config_webview_packages.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 The Android Open Source Project

     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.
-->

<!-- WebView providers in order of preference -->
<!-- Signature checks are ignored if the package is preinstalled or if this is a userdebug or eng
    build. If no signature is provided, the package can provide a WebView implementation only on userdebug/eng builds or if it's preinstalled -->
<webviewproviders>
    <webviewprovider description="Google WebView" packageName="com.google.android.webview" availableByDefault="true" isFallback="true">
        <!-- This provider is marked as a fallback to enable the one-time migration from older OS versions' configurations.
             It will be automatically re-enabled for all users on first boot only, in case it was previously disabled for
             being a fallback. -->
        <signature>MIIDuzCCAqOgAwIBAgIJANi6DgBQG4ZTMA0GCSqGSIb3DQEBBQUAMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApDYWxpZm9ybmlhMRYwFAYDVQQHDA1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKDAtHb29nbGUgSW5jLjEQMA4GA1UECwwHQW5kcm9pZDEQMA4GA1UEAwwHd2VidmlldzAeFw0xNDA4MDgyMzIwMjBaFw00MTEyMjQyMzIwMjBaMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIDApDYWxpZm9ybmlhMRYwFAYDVQQHDA1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKDAtHb29nbGUgSW5jLjEQMA4GA1UECwwHQW5kcm9pZDEQMA4GA1UEAwwHd2VidmlldzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbtaFX0r5aZJMAbPVMAgK1ZZ29dTn91VsGxXv2hqrQo7IpqEy2JmPvPnoMsSiuTAe+UcQy8oKDQ2aYVSAd1DGIy+nSRyFTt3LSIAdwSBkB1qT4a+OqkpsR6bSNXQXQ18lCQu9gREY3h3QlYBQAyzRxw4hRGlrXAzuSz1Ec4W+6x4nLG5DG61MAMR8ClF9XSqbmGB3kyZ70A0X9OPYYxiMWP1ExaYvpaVqjyZZcrPwr+vtW8oCuGBUtHpBUH3OoG+9s2YMcgLG7vCK9awKDqlPcJSpIAAj6uGs4gORmkqxZRMskLSTWbhP4p+3Ap8jYzTVB6Y1/DMVmYTWRMcPW0macCAwEAAaNQME4wHQYDVR0OBBYEFJ6bAR6/QVm4w9LRSGQiaR5Rhp3TMB8GA1UdIwQYMBaAFJ6bAR6/QVm4w9LRSGQiaR5Rhp3TMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAEQu8QiVxax7/diEiJrgKE1LwdXsIygJK/KnaKdnYEkAQpeu/QmrLiycm+OFbL1qHJIB7OuI/PQBUtcaNSiJSCVgtwtEbZWWIdsynqG/Nf4aGOndXegSQNRH54M05sRHLoeRycPrY7xQlEwGikNFR76+5UdwFBQI3Gn22g6puJnVukQm/wXQ+ajoiS4QclrNlixoDQsZ4STLH4+Wju2wIWKFFArIhVEIlbamq+p6BghuzH3aIz/Fy0YTQKi7SA+0fuNeCaqlSm5pYSt6p5CH89y1Fr+wFc5r3iLRnUwRcy08ESC7bZJnxV3d/YQ5valTxBbzku/dQbXVj/xg69H8l8M=</signature>
    </webviewprovider>
    <webviewprovider description="Google WebView Beta" packageName="com.google.android.webview.beta" availableByDefault="true">
        <signature>MIIFxzCCA6+gAwIBAgIVAO+zzx6JOZx3HWDG+fzlC1m53BsqMA0GCSqGSIb3DQEBCwUAMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtHb29nbGUgSW5jLjEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDAeFw0xOTA0MDUxNzIxNTRaFw00OTA0MDUxNzIxNTRaMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtHb29nbGUgSW5jLjEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIbFePU+vsq6CEYIREsFFhwzXDoCwO6aK9ic9WJubui5VV7OqPCZmoZ/LY3852JK1A1OrWU643Ra7Z/wcvBXHHy5g08bF35gfelz9l53rIiG/1ubAApmxMNqASmQ5bMseetUIrBVqFnWspOWyrNuD0UsF4YkLgm+T1X5Hz1RNZwIV7WcVlL5qC2tm6kEy50bcAhbo5dDDud+ft8oc9g7vAiUpV0yqtNjZ+tsdJI4DrW5Nf2UhB8E+91se2IzQyWT6Vs/wB67HwroGr8qwPQYLQvzcyxZo2yA+qU2+k1IgJGTG5/0K/LheNxjqOKj6Zuhceff0JlbmrGKKqbXlz1F/E582MfqjeETB1gjw9Y0tHWEofEGdL4+ub8ZBJmveH9iz4BVKplzmYACLYWCGICiHBvmkkvx9dhmf5SsUsL9o4axPtAOKtjcKIDXBVqOtYCZssoVe9FFlZDHxRhQlbGY6ip0CK/lYlcx8iLfvI8Hf2AlwZa4j7HpFityaAWgYvo9x7bMJbBHiN/HW/NuhCF1B54KnQUmzQoyEnr5Qb4NjiDiXNzR8gYWYa9a/6Zg9iggr4jIbbEVanvCw9FAAZKRR8rk0ToJuFk2fRJdi2NhKo1GbVWOjj1Cd/Xbahd/uZhZGf1Uc61bG4rn9NU4GqliO2Wl2L78EkxuLDKXdovdHFjzAgMBAAGjUDBOMAwGA1UdEwQFMAMBAf8wHQYDVR0OBBYEFCAIx3WLD1UQ3YUE9ZBt36vfdQ6eMB8GA1UdIwQYMBaAFCAIx3WLD1UQ3YUE9ZBt36vfdQ6eMA0GCSqGSIb3DQEBCwUAA4ICAQBdHaxW69Hx4WPMXAVC5+S419L7/+AgxTyCn7YsD77aiKlIU20BMhvGln1d/Og6y1mf/z/x+GAm1ZfQniOih21Gxq3h4C3FvJ7gHgrjtZ6r0ymz7a1YOYc6LG1DNrTK7gKs5syifUd68PxUwNm5U5R9ixj0iglZDAC0apehGH/nfyJ4btS39N+oSQkUz3FpLoD5wYRlfdzhL2rMVDcv4WcEVDO8X8Md5Bk3hYtkh5MHzbVlu2yQ1qcNeXLUxUVeTjGebMu7B54Fgf+tHSBFBiyDdocpgF0B7RjF5579MXLpxdf9hoQImgzmp6xe0oHwqS1nQZR0pYfwP1Y8vxMSUWTPbY0YB9jQaElXznE/eQBuXe4kRkjEO6QvhziiQFxBlbfGSEFVySeqgWR91tJ0OiEWkMraQaI2bz941Qbt12PhS7r0KIkAsC5LpVRDOEgmo2e6+evst7DXpIAUvzNNSHrnmwmMGZ4QP4AUi7uIsclDJUT9sXDhwutx2Edic0X8+ZZ8D4e+HEupXI30z72En0U6ZyPqb6Ll9SOgK6pN6dbhdakucvRHCpmSfIlO8XXmPN5x3RsSteZl20Mc+ZSQuninApdirEs/9CfRoSSYXlNabxklBZd5jeb0py09FjjE+Nqf4EdZFYvzpYFSGJz1RUrsaDWOmx4gF3YeXo8iUbGtPA==</signature>
    </webviewprovider>
    <webviewprovider description="Google WebView Dev" packageName="com.google.android.webview.dev" availableByDefault="true">
        <signature>MIIFxzCCA6+gAwIBAgIVAMQCAZgONsTyki5gq7E1h9s6KFvaMA0GCSqGSIb3DQEBCwUAMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtHb29nbGUgSW5jLjEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDAeFw0xOTA0MDUxNzE3MDJaFw00OTA0MDUxNzE3MDJaMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtHb29nbGUgSW5jLjEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJjFQ4Jm1Tf5BESiSnU1w5H5//IbLr6wNIfVbws8mbPb3fq9vs3LAHbtfzgWJ3eG2eNx7GH6ge+XjaNiZzQ8223Fqu9AxBinve4KSm6Mrkq7gk7lMCbUUIap6m0ftDa+7lrxbhjWHrFzFq8Muq43CM7i8CxLdKTGSx098dcvY6giOQstAKQyPmlbH6zjwnS8KNYakDKv0Fv4VdKi14T6ANXAblicfTaclA1HLWhFqv5DaKL8YobQu8FN2Egk9nlimwExbRs1twrmuyX2tNtgX7vMvt3+HHTrkYweARVvvqVoEXkNGfZPlIkExBZSHpJgqSIb6vcBzgntneo9X+iB7K0VRovkK20PDuxKvrt07dZ15qACGC364O1NKSK0+1tiRU6tPI8P1VI3JR2c8C5cnCg9zGCHinZR3iyY+ISA5G+bVEU8WWhwMuSuM2Vo5hmpDnX+p1K2XiuNdV2VblXPKZIfV3xahCZTvemVBt6WhrxeshhTBG2+Z2Qz0TSZSFkeX4ruo0WffOy7A2ybwhmCWryltgDe04Z+kkF+kmwZ6N/cQWWBqYPTILYfs/t9XWz3VyrFEJK+Uf6T+/JO3T0nGZZm4+kr5wH6YMbffrF5S8t0/DpIZfxExcyPnwxYAkI8TohMR4BPX4FPJL5j5ulZbnEbAqoVC6nphlVSulRLM5LFAgMBAAGjUDBOMAwGA1UdEwQFMAMBAf8wHQYDVR0OBBYEFBDgxJQIS7rzqWgJ5oSIuvg3hos6MB8GA1UdIwQYMBaAFBDgxJQIS7rzqWgJ5oSIuvg3hos6MA0GCSqGSIb3DQEBCwUAA4ICAQAiEpFVrLKCY99LxFmIqUvE/pL2ULzhBtZ0YQvWT4QgMABrC2ZKsG0Ttx2OyGXjI3Hl9sEDGdCTA2D0lN3gS44RYSxCK0RANF2wamY5vGgEA4uqQ6o/JIH9VLTEk7A7g+Lu4fl4lnIX3+kw2Thfk4CQ15cWI9tISUPfC4rO2vG9Ct9G3kkXvEj1r7cRH7wmGJcOWKoiMVsLNVIfCYPO4qZOnj+ZpVkxLxRTTjJzqXPYNsHlfywM3zoqtexDdwXFVGP8M/cW7pIp46UE0bvU9jHurF+ECwUykLn/GHG36DYyKAFeIsgpGsLZXW9jHLspSaVF3kR77qPpvlhuF29rfY4E2Bd2d24HHWR3mHMosdzKomatOZbeh6Dj0wdrq+GmRpC70knWrXxmNshYSJri41jvAUEnXVAkbQznxeCct6ST2JhYzuNP8OGVxO0xqs/Hpu9x1aSN0BUotO7ZJPqVR5qCpgEWE1BuWljutrhpI5/d0Oz/DKs14TDrPjlrYJgmR766MnqxQAzYAcM1nC6QcxAkc+N1BLGujI+WQbz9sAlUC0fOf3KuVqemt9XoIh5Z33kJ1QI/VKflCQtlvgSBnJX9zge/iAEImud+Z3MyPT6FxVtkEM9KwBWytT1TvJTyPeOK9SV+2w7xbCoLC8apPlamx13yDngxg0c3eJAd9+p2OA==</signature>
    </webviewprovider>
    <webviewprovider description="Google WebView Canary" packageName="com.google.android.webview.canary" availableByDefault="true">
        <signature>MIIFxzCCA6+gAwIBAgIVAMtzFe17x7TJnswywhkvEJa+6EIQMA0GCSqGSIb3DQEBCwUAMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtHb29nbGUgSW5jLjEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDAeFw0xOTA0MDUxNzIzMDZaFw00OTA0MDUxNzIzMDZaMHQxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtHb29nbGUgSW5jLjEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJbi91Ehi2xTxKCzeC6XO+COhaJp4dv6LqA8EfTBZEKoLQZ6FQQcDE4dirK78tBIbF4SQLkWt+Lxh3LnV6yfOt3hNmK3Rc9IhFAi0A56dGWazNo0pY8DiCftmPwnkPNT2aTZzmvWuDQHjLoMju2y7nDOliZThOybF9KMKSVsAr2Ahcmx4cRdyxCZKAutzsYOoBk77dFIO0kSaEPof9/Zlan4mAEnQ6GWgbK5wyIYN7DuaCDkJ5FYxUJxyp53/c5jKF/zZRPoGzXlt5e22yymD8MPSj716OolmKPFLUtzCVUnrm4xmmtgheWS1X43tRWit0rPl92bBHFiSECyIQriNS5ZlLuh712G6D7A3uaQqIIRmKVRE6DT3xRWI3l78cDquWIgU+x99qS9bb/txv/oaT1SIlM/rJij11iOISJCJ++vcyuR4j3pydkfl5ePH8YKAmUOCFlDJM3vOt7aqYpx3Ql5GFLeHOoSw4vOzwvMSROV/i6mXBv1d5O1o5XzDUWuIsFFroC1yz11/s547eV091BGuB60pyv7pXZY2EFOjjFcqWfsKrmcxzqCwel9bDd1WvsUY2Dt6Xl13hFMZ9ab2XiZCqA+OF+PrZKJYhTcpcdEjTYbVYEofst5Zg6WWL28WfQlDq0QwVDWFAsBdnegp40dNKwdkjp0LTXYdykzu8otAgMBAAGjUDBOMAwGA1UdEwQFMAMBAf8wHQYDVR0OBBYEFI0WYMtA13YCvaXP3y7SD7+BUoGGMB8GA1UdIwQYMBaAFI0WYMtA13YCvaXP3y7SD7+BUoGGMA0GCSqGSIb3DQEBCwUAA4ICAQAmJmDx+9Bfshs9PtNPb+2PEckvwheOurS15JAV10OTvmcpu0AON56RpItaMm29Uea5wYxaPcPwUQDum0vahHt7FIYxnPIxQ0FxsBDSVDn5veWMVXf5oSVDzsR61+x7i67Qk3dsMgRrY0PS/HZv+cFl0fb87b54mrtFIl8P9KjV5g5PUNJI2BIwLOKgnlU2kDrE1emm7lIKvoJqwb9JjlWl0lB+xXmntNQ+ZNvCzULnr1o0QblVK1Iowe++17GzOtrUlkATTmGx2exaeEEsZcQ23J6u8XycAk9+80aspTjZHC9aneQVcIdbCEBdWkF3xQ0TSnytT/0jLnLBnk2/kIV2ynw2zu/nMczgW2eUnfiIjqzBuP0uRMJ8NFPv/4Agmdqex+A233K9wYc92iflm/aVT3qw7wQntsmSesSBfZgLVVQ++dVD0bd5qYtyELCA2DNCaORU62bfNnPNTkQQo/FeyFDBLNzfWxiDINk6SxNxrZLgQFj9gil+CBgltrJ90Qv8Ats1ES66A0o+2T/j0GA9nOkfznID0VU1SlmOub/0SMwZL98WpkYqYTu/9AOqwzZBO/uT4ADANnMrMd4dtzZ1n0AdSvr1QyqO9XJRmW0k1PlmBM6iPU9p3JMVEqeQ7/zYnYq0tCK+k1mvA5BQ20NVSfea27X7/9EgGanchrFdCQ==</signature>
    </webviewprovider>
    <webviewprovider description="Google WebView Debug" packageName="com.google.android.webview.debug" availableByDefault="true">
        <!-- Ignore this package on user/release builds unless preinstalled. -->
    </webviewprovider>
    <webviewprovider description="AOSP WebView" packageName="com.android.webview" availableByDefault="true">
        <!-- Ignore this package on user/release builds unless preinstalled. -->
    </webviewprovider>
    <webviewprovider description="Bromite WebView" packageName="org.bromite.webview" availableByDefault="true">
	    <signature>MIIDbTCCAlWgAwIBAgIEHcsmjjANBgkqhkiG9w0BAQsFADBmMQswCQYDVQQGEwJERTEQMA4GA1UECBMHVW5rbm93bjEPMA0GA1UEBxMGQmVybGluMRAwDgYDVQQKEwdCcm9taXRlMRAwDgYDVQQLEwdCcm9taXRlMRAwDgYDVQQDEwdjc2FnYW41MCAXDTE4MDExOTA3MjE1N1oYDzIwNjgwMTA3MDcyMTU3WjBmMQswCQYDVQQGEwJERTEQMA4GA1UECBMHVW5rbm93bjEPMA0GA1UEBxMGQmVybGluMRAwDgYDVQQKEwdCcm9taXRlMRAwDgYDVQQLEwdCcm9taXRlMRAwDgYDVQQDEwdjc2FnYW41MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtakjGj0eTavbBB2vWXj8KBixWn4zgXAKc+yGFu3SLEGF1VB5aJWwcMHxVI55yH/8M2eNnJP0BkSidfKgPVcm1sk/GrNEs9uk5sWod9byO5M5QWQmGP2REeTd6J0BVVVaMp2MZnqeR3Su3pwFzrSwTqIGyf8dkPSEz7ifj792+EeRNrov4oRQK7lIfqInzwc4d34wU069Lrw6m7J7HM0KbRYISsWMiYj025Qg+dTrtdWt7jbdcj7htW0eYyJoLd90+s43RWnOpENmWpcWv1EVPxUD4mCdV9idYwoHRIESpSu9IWvqDZp1VoRc43nLgsNfNBwmYdTkIaPiz1m7TBcr7QIDAQABoyEwHzAdBgNVHQ4EFgQUuWoGd7W7wMyQ1pOdjiMv10YHTR0wDQYJKoZIhvcNAQELBQADggEBAA7iw6eKz+T8HIpKDoDcX1Ywjn9JUzuCFu20LnsLzreO/Pog1xErYjdLAS7LTZokfbAnitBskO9QhV9BYkDiM0Qr5v2/HsJTtxa1mz9ywCcI36jblMyuXFj8tuwQI9/t9i+Fc3+bOFBV3t7djPo9qX1dIK0lZ6s8HcIhaCNdqm65fH+nWhC/H9djqC6qOtrkTiACKEcHQ4a/5dfROU0q0M4bS4YuiaAQWgjiGbik4LrZ8wZX1aqJCLt0Hs7MzXyyf0cRSO11FIOViHwzh6WTZGufq2J3YBFXPond8kLxkKL3LNezbi5yTcecxsbKQ6OS46CnIKcy/M8asSreLpoCDvw=</signature>
    </webviewprovider>
</webviewproviders>


================================================
FILE: Huawei/ARE/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-huawei-ARE
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Huawei/ARE/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.huawei.ARE"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="ro.hw.oemName"
                android:requiredSystemPropertyValue="+*ARE*"
		android:priority="144"
		android:isStatic="true" />
</manifest>


================================================
FILE: Huawei/ARE/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <bool name="config_automatic_brightness_available">true</bool>
    <bool name="config_useDevInputEventForAudioJack">true</bool>
    <bool name="config_showNavigationBar">true</bool>

    <dimen name="status_bar_height">96px</dimen>
    <dimen name="status_bar_height_portrait">96px</dimen>
    <dimen name="status_bar_height_landscape">96px</dimen>

    <fraction name="config_autoBrightnessAdjustmentMaxGamma">300.0%</fraction>
    <fraction name="config_maximumScreenDimRatio">20.000004%</fraction>

    <integer name="config_screenBrightnessDark">1</integer>
    <integer name="config_screenBrightnessDim">6</integer>
    <integer name="config_screenBrightnessDoze">1</integer>
    <integer name="config_screenBrightnessSettingMinimum">1</integer>
    <integer name="config_screenBrightnessSettingDefault">33</integer>
    <integer name="config_autoBrightnessBrighteningLightDebounce">4000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">8000</integer>
    <integer name="config_brightness_ramp_rate_fast">180</integer>
    <integer name="config_brightness_ramp_rate_slow">60</integer>

    <integer-array name="config_autoBrightnessLevels">
        <item>8</item>
        <item>55</item>
        <item>350</item>
        <item>1600</item>
        <item>2550</item>
    </integer-array>
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>6</item>
        <item>47</item>
        <item>150</item>
        <item>180</item>
        <item>250</item>
        <item>255</item>
    </integer-array>

    <string name="config_mainBuiltInDisplayCutout">M-100,0c17.9,0 32.8,19.4 32.8,32.8l0,0C-62.4,68.6 -38.7,96 0,96c37.1,0 62.4,-27.4 67.3,-63.2l0,0C67.3,19.4 82.1,0 100,0H-100z</string>
</resources>


================================================
FILE: Huawei/ARE/res/values-land/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <dimen name="status_bar_height">96px</dimen>
</resources>


================================================
FILE: Huawei/ARE/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 2009, The Android Open Source Project
**
** 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.
*/
-->
<device name="Android">
  <!-- All values are in mA except as noted -->
  <item name="none">0</item>
  <item name="screen.on">105</item> <!-- min brite -->
  <item name="bluetooth.active">142</item>
  <item name="bluetooth.on">1</item>
  <item name="bluetooth.at">1</item> <!-- TBD -->
  <item name="screen.full">340</item> <!-- backlight 18 leds -->
  <item name="wifi.on">2</item>
  <item name="wifi.active">202</item>
  <item name="wifi.scan">127</item>
  <item name="dsp.audio">43</item> <!-- k3v5 -->
  <item name="dsp.video">196</item>
  <item name="radio.active">115</item>
  <item name="gps.on">40</item>
  <item name="battery.capacity">5000</item> <!-- 5000mAh -->
  <item name="radio.scanning">65</item> <!-- TBD -->
  <!-- Current consumed by the radio at different signal strengths, when paging  -->
  <array name="radio.on"> <!-- 1 entry per signal strength bin, TBD -->
    <value>13.0</value>
    <value>10.0</value>
    <value>10.0</value>
    <value>10.0</value>
    <value>10.0</value>
  </array>
  <array name="cpu.speeds">
    <value>633600</value> <!-- 633 MHz CPU speed -->
    <value>902400</value> <!-- 900 MHzHz CPU speed -->
    <value>1113600</value> <!-- 1.1 GHz CPU speed -->
    <value>1401600</value><!-- 1.4 GHz CPU speed -->
    <value>1536000</value><!-- 1.5 GHz CPU speed -->
    <value>1747200</value><!-- 1.6 GHz CPU speed -->
    <value>1843200</value><!-- 1.7 GHz CPU speed -->
    <value>1958400</value><!-- 1.8 GHz CPU speed -->
  </array>
  <!-- Power consumption in suspend -->
  <item name="cpu.idle">3.5</item> <!-- k3v5 -->
  <!-- Power consumption due to wake lock held -->
  <item name="cpu.awake">40</item> <!-- k3v5 -->
  <!-- Power consumption at different speeds -->
  <array name="cpu.active">
    <value>114</value>
    <value>130</value>
    <value>139</value>
    <value>150</value>
    <value>155</value>
    <value>216</value>
    <value>250</value>
    <value>300</value>
  </array>
</device>


================================================
FILE: Huawei/Generic/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-huawei
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)


================================================
FILE: Huawei/Generic/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="me.phh.treble.overlay.huawei"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
                android:requiredSystemPropertyName="persist.sys.overlay.huawei"
                android:requiredSystemPropertyValue="true"
		android:priority="31"
		android:isStatic="true" />
</manifest>


================================================
FILE: Huawei/Generic/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <bool name="config_autoBrightnessResetAmbientLuxAfterWarmUp">true</bool>
    <bool name="config_automatic_brightness_available">true</bool>
    <integer name="config_autoBrightnessAmbientLightHorizon">10000</integer>
    <integer name="config_autoBrightnessBrighteningLightDebounce">4000</integer>
    <integer name="config_autoBrightnessDarkeningLightDebounce">8000</integer>
    <integer name="config_autoBrightnessInitialLightSensorRate">-1</integer>
    <integer name="config_autoBrightnessLightSensorRate">300</integer>
    <integer name="config_brightness_ramp_rate_fast">200</integer>
    <integer name="config_brightness_ramp_rate_slow">40</integer>
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>6</item>
        <item>47</item>
        <item>150</item>
        <item>180</item>
        <item>250</item>
        <item>255</item>
    </integer-array>
    <integer-array name="config_autoBrightnessLevels">
        <item>8</item>
        <item>55</item>
        <item>350</item>
        <item>1600</item>
        <item>2550</item>
    </integer-array>

    <bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
    <bool name="config_supportSystemNavigationKeys">true</bool>
</resources>


================================================
FILE: Huawei/hi3660/DUK/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-huawei-DUK
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)

================================================
FILE: Huawei/hi3660/DUK/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.dil3mm4.huawei.DUK"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
	        android:requiredSystemPropertyName="ro.hw.oemName"
		android:requiredSystemPropertyValue="+DUK*"
		android:priority="29"
		android:isStatic="true" />
</manifest>


================================================
FILE: Huawei/hi3660/DUK/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2009, The Android Open Source Project
**
** 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.
*/
-->

<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds.  Do not translate.

     NOTE: The naming convention is "config_camelCaseValue". Some legacy
     entries do not follow the convention, but all new entries should. -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
         The N entries of this array define N + 1 control points as follows:
         (1-based arrays)

         Point 1:            (0, value[1]):             lux <= 0
         Point 2:     (level[1], value[2]):  0        < lux <= level[1]
         Point 3:     (level[2], value[3]):  level[2] < lux <= level[3]
         ...
         Point N+1: (level[N], value[N+1]):  level[N] < lux

         The control points must be strictly increasing.  Each control point
         corresponds to an entry in the brightness backlight values arrays.
         For example, if LUX == level[1] (first element of the levels array)
         then the brightness will be determined by value[2] (second element
         of the brightness values array).

         Spline interpolation is used to determine the auto-brightness
         backlight values for LUX levels between these control points.

         Must be overridden in platform specific overlays -->
    <integer-array name="config_autoBrightnessLevels">
        <item>1</item>
        <item>40</item>
        <item>100</item>
        <item>325</item>
        <item>600</item>
        <item>1250</item>
        <item>2200</item>
        <item>4000</item>
        <item>10000</item>
    </integer-array>

    <!-- Array of output values for LCD backlight corresponding to the LUX values
         in the config_autoBrightnessLevels array.  This array should have size one greater
         than the size of the config_autoBrightnessLevels array.
         The brightness values must be between 0 and 255 and be non-decreasing.
         This must be overridden in platform specific overlays -->
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>11</item>   <!-- 0-1 -->
        <item>22</item>   <!-- 1-40 -->
        <item>47</item>   <!-- 40-100 -->
        <item>61</item>   <!-- 100-325 -->
        <item>84</item>   <!-- 325-600 -->
        <item>107</item>  <!-- 600-1250 -->
        <item>154</item>  <!-- 1250-2200 -->
        <item>212</item>  <!-- 2200-4000 -->
        <item>245</item>  <!-- 4000-10000 -->
        <item>255</item>  <!-- 10000+ -->
    </integer-array>
	
    <!-- Minimum screen brightness allowed by the power manager. -->
    <integer name="config_screenBrightnessDim">6</integer>
	
    <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
         Software implementation will be used if config_hardware_auto_brightness_available is not set -->
    <bool name="config_automatic_brightness_available">true</bool>

	<!-- Boolean indicating if current platform supports BLE peripheral mode -->
    <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>

    <!-- If true, the doze component is not started until after the screen has been
         turned off and the screen off animation has been performed. -->
    <bool name="config_dozeAfterScreenOff">true</bool>

	<!-- Power Management: Specifies whether to decouple the auto-suspend state of the
         device from the display on/off state.
         When false, autosuspend_disable() will be called before the display is turned on
         and autosuspend_enable() will be called after the display is turned off.
         This mode provides best compatibility for devices using legacy power management
         features such as early suspend / late resume.
         When true, autosuspend_display() and autosuspend_enable() will be called
         independently of whether the display is being turned on or off.  This mode
         enables the power manager to suspend the application processor while the
         display is on.
         This resource should be set to "true" when a doze component has been specified
         to maximize power savings but not all devices support it.
         Refer to autosuspend.h for details.
    -->
    <bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
    
	<!-- Indicate whether to allow the device to suspend when the screen is off
         due to the proximity sensor.  This resource should only be set to true
         if the sensor HAL correctly handles the proximity sensor as a wake-up source.
         Otherwise, the device may fail to wake out of suspend reliably.
         The default is false. -->
    <bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
    
	<!-- Power Management: Specifies whether to decouple the interactive state of the
         device from the display on/off state.
         When false, setInteractive(..., true) will be called before the display is turned on
         and setInteractive(..., false) will be called after the display is turned off.
         This mode provides best compatibility for devices that expect the interactive
         state to be tied to the display state.
         When true, setInteractive(...) will be called independently of whether the display
         is being turned on or off.  This mode enables the power manager to reduce
         clocks and disable the touch controller while the display is on.
         This resource should be set to "true" when a doze component has been specified
         to maximize power savings but not all devices support it.
         Refer to power.h for details.
    -->
    <bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
	

    <!-- Screen brightness used to dim the screen while dozing in a very low power state.
         May be less than the minimum allowed brightness setting
         that can be set by the user. -->
    <integer name="config_screenBrightnessDoze">17</integer>

    <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
    <bool name="config_intrusiveNotificationLed">true</bool>

    <!-- List of regexpressions describing the interface (if any) that represent tetherable
         USB interfaces.  If the device doesn't want to support tething over USB this should
         be empty.  An example would be "usb.*" -->
    <string-array translatable="false" name="config_tether_usb_regexs">
        <item>"usb\\d"</item>
        <item>"rndis\\d"</item>
    </string-array>

    <!-- List of regexpressions describing the interface (if any) that represent tetherable
         Wifi interfaces.  If the device doesn't want to support tethering over Wifi this
         should be empty.  An example would be "softap.*" -->
    <string-array translatable="false" name="config_tether_wifi_regexs">
        <item>"wlan0"</item>
        <item>"softap.*"</item>
    </string-array>

    <!-- List of regexpressions describing the interface (if any) that represent tetherable
         bluetooth interfaces.  If the device doesn't want to support tethering over bluetooth this
         should be empty. -->
    <string-array translatable="false" name="config_tether_bluetooth_regexs">
        <item>"bt-pan"</item>
    </string-array>

    <!-- Array of allowable ConnectivityManager network types for tethering -->
    <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
         [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
    <integer-array translatable="false" name="config_tether_upstream_types">
        <item>0</item>
        <item>1</item>
        <item>5</item>
        <item>7</item>
    </integer-array>

    <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
    <bool translatable="false" name="config_wifi_dual_band_support">true</bool>

    <!-- Is the device capable of hot swapping an UICC Card -->
    <bool name="config_hotswapCapable">true</bool>

    <!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
         in hardware. -->
    <bool name="config_setColorTransformAccelerated">true</bool>

    <!-- Flag specifying whether VoLTE is available on device -->
    <bool name="config_device_volte_available">true</bool>

    <!-- Flag specifying whether VoLTE should be available for carrier: independent of
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
         provisioning, availability etc -->
    <bool name="config_carrier_volte_available">true</bool>

    <!-- Flag specifying whether WFC over IMS is available on device -->
    <bool name="config_device_wfc_ims_available">true</bool>

    <!-- Flag specifying whether WFC over IMS should be available for carrier: independent of
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
         provisioning, availability etc -->
    <bool name="config_carrier_wfc_ims_available">true</bool>

    <!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
         This mechanism allows the host to remain in suspend state and the dongle to actively
         scan and wake the host when a configured SSID is detected by the dongle. This chipset
         capability can provide power savings when wifi needs to be always kept on. -->
    <bool name="config_wifi_background_scan_support">true</bool>

    <!-- When true use the linux /dev/input/event subsystem to detect the switch changes
         on the headphone/microphone jack. When false use the older uevent framework. -->
    
	
</resources>


================================================
FILE: Huawei/hi3660/DUK/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 2009, The Android Open Source Project
**
** 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.
*/
-->
<device name="Android">
  <!-- All values are in mA except as noted -->
  <item name="none">0</item>
  <item name="screen.on">104</item> <!-- min brite -->
  <item name="bluetooth.active">97</item>
  <item name="bluetooth.on">0.6</item>
  <item name="bluetooth.at">0.6</item> <!-- TBD -->
  <item name="screen.full">330</item> <!-- backlight 16 leds -->
  <item name="wifi.on">0.6</item>
  <item name="wifi.active">128</item>
  <item name="wifi.scan">146</item>
  <item name="dsp.audio">38</item> <!-- k3v5 -->
  <item name="dsp.video">163</item>
  <item name="radio.active">180</item>
  <item name="gps.on">70</item>
  <item name="battery.capacity">3900</item> <!-- 3900mAh -->
  <item name="radio.scanning">60</item> <!-- TBD -->
  <!-- Current consumed by the radio at different signal strengths, when paging  -->
  <array name="radio.on"> <!-- 1 entry per signal strength bin, TBD -->
    <value>13.0</value>
    <value>10.0</value>
    <value>10.0</value>
    <value>10.0</value>
    <value>10.0</value>
  </array>
  <array name="cpu.speeds">
    <value>533000</value> <!-- 533 MHz CPU speed -->
    <value>999000</value> <!-- 999 MHz CPU speed -->
    <value>1402000</value> <!-- 1.4 GHz CPU speed -->
    <value>1709000</value><!-- 1.7 GHz CPU speed -->
    <value>1844000</value><!-- 1.8 GHz CPU speed -->
    <value>2112000</value><!-- 2.1 GHz CPU speed -->
    <value>2362000</value><!-- 2.3 GHz CPU speed -->
    <value>2612000</value><!-- 2.6 GHz CPU speed -->
  </array>
  <!-- Power consumption in suspend -->
  <item name="cpu.idle">4</item> <!-- k3v5 -->
  <!-- Power consumption due to wake lock held -->
  <item name="cpu.awake">35</item> <!-- k3v5 -->
  <!-- Power consumption at different speeds -->
  <array name="cpu.active">
    <value>30</value>
    <value>72</value>
    <value>133</value>
    <value>201</value>
    <value>250</value>
    <value>990</value>
    <value>1761</value>
    <value>1948</value>
  </array>
</device>


================================================
FILE: Huawei/hi3660/SHT/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-huawei-SHT
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)

================================================
FILE: Huawei/hi3660/SHT/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.dil3mm4.huawei.SHT"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
	        android:requiredSystemPropertyName="ro.hw.oemName"
		android:requiredSystemPropertyValue="+SHT*"
		android:priority="66"
		android:isStatic="true" />
</manifest>


================================================
FILE: Huawei/hi3660/SHT/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2009, The Android Open Source Project
**
** 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.
*/
-->

<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds.  Do not translate.

     NOTE: The naming convention is "config_camelCaseValue". Some legacy
     entries do not follow the convention, but all new entries should. -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
         The N entries of this array define N + 1 control points as follows:
         (1-based arrays)

         Point 1:            (0, value[1]):             lux <= 0
         Point 2:     (level[1], value[2]):  0        < lux <= level[1]
         Point 3:     (level[2], value[3]):  level[2] < lux <= level[3]
         ...
         Point N+1: (level[N], value[N+1]):  level[N] < lux

         The control points must be strictly increasing.  Each control point
         corresponds to an entry in the brightness backlight values arrays.
         For example, if LUX == level[1] (first element of the levels array)
         then the brightness will be determined by value[2] (second element
         of the brightness values array).

         Spline interpolation is used to determine the auto-brightness
         backlight values for LUX levels between these control points.

         Must be overridden in platform specific overlays -->
    <integer-array name="config_autoBrightnessLevels">
        <item>1</item>
        <item>40</item>
        <item>100</item>
        <item>325</item>
        <item>600</item>
        <item>1250</item>
        <item>2200</item>
        <item>4000</item>
        <item>10000</item>
    </integer-array>

    <!-- Array of output values for LCD backlight corresponding to the LUX values
         in the config_autoBrightnessLevels array.  This array should have size one greater
         than the size of the config_autoBrightnessLevels array.
         The brightness values must be between 0 and 255 and be non-decreasing.
         This must be overridden in platform specific overlays -->
    <integer-array name="config_autoBrightnessLcdBacklightValues">
        <item>2</item>    <!-- 0-1 -->
        <item>11</item>   <!-- 1-40 -->
        <item>22</item>   <!-- 40-100 -->
        <item>47</item>   <!-- 100-325 -->
        <item>61</item>   <!-- 325-600 -->
        <item>95</item>   <!-- 600-1250 -->
        <item>130</item>  <!-- 1250-2200 -->
        <item>180</item>  <!-- 2200-4000 -->
        <item>240</item>  <!-- 4000-10000 -->
        <item>255</item>  <!-- 10000+ -->
    </integer-array>
	
    <!-- Minimum screen brightness allowed by the power manager. -->
    <integer name="config_screenBrightnessDim">2</integer>

    <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
         Software implementation will be used if config_hardware_auto_brightness_available is not set -->
    <bool name="config_automatic_brightness_available">true</bool>

	<!-- Boolean indicating if current platform supports BLE peripheral mode -->
    <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>

    <!-- If true, the doze component is not started until after the screen has been
         turned off and the screen off animation has been performed. -->
    <bool name="config_dozeAfterScreenOff">true</bool>

	<!-- Power Management: Specifies whether to decouple the auto-suspend state of the
         device from the display on/off state.
         When false, autosuspend_disable() will be called before the display is turned on
         and autosuspend_enable() will be called after the display is turned off.
         This mode provides best compatibility for devices using legacy power management
         features such as early suspend / late resume.
         When true, autosuspend_display() and autosuspend_enable() will be called
         independently of whether the display is being turned on or off.  This mode
         enables the power manager to suspend the application processor while the
         display is on.
         This resource should be set to "true" when a doze component has been specified
         to maximize power savings but not all devices support it.
         Refer to autosuspend.h for details.
    -->
    <bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
    
	<!-- Indicate whether to allow the device to suspend when the screen is off
         due to the proximity sensor.  This resource should only be set to true
         if the sensor HAL correctly handles the proximity sensor as a wake-up source.
         Otherwise, the device may fail to wake out of suspend reliably.
         The default is false. -->
    <bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
    
	<!-- Power Management: Specifies whether to decouple the interactive state of the
         device from the display on/off state.
         When false, setInteractive(..., true) will be called before the display is turned on
         and setInteractive(..., false) will be called after the display is turned off.
         This mode provides best compatibility for devices that expect the interactive
         state to be tied to the display state.
         When true, setInteractive(...) will be called independently of whether the display
         is being turned on or off.  This mode enables the power manager to reduce
         clocks and disable the touch controller while the display is on.
         This resource should be set to "true" when a doze component has been specified
         to maximize power savings but not all devices support it.
         Refer to power.h for details.
    -->
    <bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
	

    <!-- Screen brightness used to dim the screen while dozing in a very low power state.
         May be less than the minimum allowed brightness setting
         that can be set by the user. -->
    <integer name="config_screenBrightnessDoze">17</integer>

    <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
    <bool name="config_intrusiveNotificationLed">true</bool>

    <!-- List of regexpressions describing the interface (if any) that represent tetherable
         USB interfaces.  If the device doesn't want to support tething over USB this should
         be empty.  An example would be "usb.*" -->
    <string-array translatable="false" name="config_tether_usb_regexs">
        <item>"rndis0"</item>
    </string-array>

    <!-- List of regexpressions describing the interface (if any) that represent tetherable
         Wifi interfaces.  If the device doesn't want to support tethering over Wifi this
         should be empty.  An example would be "softap.*" -->
    <string-array translatable="false" name="config_tether_wifi_regexs">
        <item>"wlan0"</item>
        <item>"softap.*"</item>
    </string-array>

    <!-- List of regexpressions describing the interface (if any) that represent tetherable
         bluetooth interfaces.  If the device doesn't want to support tethering over bluetooth this
         should be empty. -->
    <string-array translatable="false" name="config_tether_bluetooth_regexs">
        <item>"bt-pan"</item>
    </string-array>

    <!-- Array of allowable ConnectivityManager network types for tethering -->
    <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
         [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
    <integer-array translatable="false" name="config_tether_upstream_types">
        <item>0</item>
        <item>1</item>
        <item>7</item>
    </integer-array>

    <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
    <bool translatable="false" name="config_wifi_dual_band_support">true</bool>

    <!-- Is the device capable of hot swapping an UICC Card -->
    <bool name="config_hotswapCapable">true</bool>

    <!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
         in hardware. -->
    <bool name="config_setColorTransformAccelerated">true</bool>

    <!-- Flag specifying whether VoLTE is available on device -->
    <bool name="config_device_volte_available">true</bool>

    <!-- Flag specifying whether VoLTE should be available for carrier: independent of
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
         provisioning, availability etc -->
    <bool name="config_carrier_volte_available">true</bool>

    <!-- Flag specifying whether WFC over IMS is available on device -->
    <bool name="config_device_wfc_ims_available">true</bool>

    <!-- Flag specifying whether WFC over IMS should be available for carrier: independent of
         carrier provisioning. If false: hard disabled. If true: then depends on carrier
         provisioning, availability etc -->
    <bool name="config_carrier_wfc_ims_available">true</bool>

    <!-- Boolean indicating whether the wifi chipset supports background scanning mechanism.
         This mechanism allows the host to remain in suspend state and the dongle to actively
         scan and wake the host when a configured SSID is detected by the dongle. This chipset
         capability can provide power savings when wifi needs to be always kept on. -->
    <bool name="config_wifi_background_scan_support">true</bool>

</resources>


================================================
FILE: Huawei/hi3660/SHT/res/xml/power_profile.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 2009, The Android Open Source Project
**
** 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.
*/
-->
<device name="Android">
  <!-- All values are in mA except as noted -->
  <item name="none">0</item>
  <item name="screen.on">265</item> <!-- min brite -->
  <item name="bluetooth.active">97</item>
  <item name="bluetooth.on">0.6</item>
  <item name="bluetooth.at">0.6</item> <!-- TBD -->
  <item name="screen.full">485</item> <!-- backlight 32 leds -->
  <item name="wifi.on">0.6</item>
  <item name="wifi.active">128</item>
  <item name="wifi.scan">146</item>
  <item name="dsp.audio">38</item> <!-- k3v6 -->
  <item name="dsp.video">163</item>
  <item name="radio.active">180</item>
  <item name="gps.on">70</item>
  <item name="battery.capacity">5100</item> <!-- 5100mAh -->
  <item name="radio.scanning">60</item> <!-- TBD -->
  <!-- Current consumed by the radio at different signal strengths, when paging  -->
  <array name="radio.on"> <!-- 1 entry per signal strength bin, TBD -->
    <value>13.0</value>
    <value>10.0</value>
    <value>10.0</value>
    <value>10.0</value>
    <value>10.0</value>
  </array>
  <array name="cpu.speeds">
    <value>533000</value> <!-- 533 MHz CPU speed -->
    <value>999000</value> <!-- 999 MHz CPU speed -->
    <value>1402000</value> <!-- 1.4 GHz CPU speed -->
    <value>1709000</value><!-- 1.7 GHz CPU speed -->
    <value>1844000</value><!-- 1.8 GHz CPU speed -->
    <value>2112000</value><!-- 2.1 GHz CPU speed -->
    <value>2362000</value><!-- 2.3 GHz CPU speed -->
    <value>2612000</value><!-- 2.6 GHz CPU speed -->
  </array>
  <!-- Power consumption in suspend -->
  <item name="cpu.idle">4</item> <!-- k3v5 -->
  <!-- Power consumption due to wake lock held -->
  <item name="cpu.awake">35</item> <!-- k3v5 -->
  <!-- Power consumption at different speeds -->
  <array name="cpu.active">
    <value>30</value>
    <value>72</value>
    <value>133</value>
    <value>201</value>
    <value>250</value>
    <value>990</value>
    <value>1761</value>
    <value>1948</value>
  </array>
</device>


================================================
FILE: Huawei/hi3660/STF/Android.mk
================================================
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-huawei-STF
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)

================================================
FILE: Huawei/hi3660/STF/AndroidManifest.xml
================================================
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.dil3mm4.huawei.STF"
        android:versionCode="1"
        android:versionName="1.0">
        <overlay android:targetPackage="android"
	        android:requiredSystemPropertyName="ro.hw.oemName"
		android:requiredSystemPropertyValue="+STF*"
		android:priority="28"
		android:isStatic="true" />
</manifest>


================================================
FILE: Huawei/hi3660/STF/res/values/config.xml
================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2009, The Android Open Source Project
**
** 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.
*/
-->

<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds.  Do not translate.

     NOTE: The naming convention is "config_camelCaseValue". Some legacy
     entries do not follow the convention, but all new entries should. -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
         The N entries of this array define N + 1 control points as follows:
         (1-based arrays)

         Point 1:            (0, value[1]):             lux <= 0
         Point 2:     (level[1], value[2]):  0        < lux <= level[1]
         Point 3:     (level[2], value[3]):  level[2] < lux <= level[3]
         ...
         Point N+1: (level[N], value[N+1]):  level[N] < lux

         The control points must be strictly increasing.  Each control point
         corresponds to an entry in the brightness backlight values arrays.
         For example, if LUX == level[1] (first element of the levels array)
         then the brightness will be determined by value[2] (second element
         of the brightness values array).

         Spline interpolation is used to determine the auto-brightness
         backlight values for LUX levels between these control points.

         Must be overridden in platform specific overlays -->
    <integer-array name="config_autoBrightnessLevels">
        <item>1</item>
        <item>40</item>
        <item>100</item>
        <item>325</item>
        <item>600</item>
        <item>1250</item>
        <item>2200</item>
        <item>4000</item>
        <item>10000</item>
    </integer-array>

    <!-- Array of outpu
Download .txt
gitextract_14n0fk31/

├── .github/
│   └── workflows/
│       └── Build.yml
├── .gitignore
├── Asus/
│   ├── RogPhone/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── ZenFone5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── ZenFone5Z/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── ZenFoneLiveL1ZA550KL/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── ZenFoneMaxM2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── ZenFoneMaxShot/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Zenfone5-10/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Zenfone8/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               └── display.xml
├── Blackview/
│   ├── BV6900/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── BV9500Plus/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── CAF-IMS/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── DevInputJack/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── DuoQin/
│   ├── Qin2Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── QinF21Pro/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── arrays.xml
│           │   └── bools.xml
│           └── xml/
│               └── power_profile.xml
├── Essential/
│   └── PH-1/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── brightness.xml
│           │   ├── navbar.xml
│           │   └── notch.xml
│           ├── values-land/
│           │   └── notch.xml
│           └── xml/
│               └── power_profile.xml
├── Fairphone/
│   └── FP3/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── FalseLocks/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── HTC/
│   ├── Exodus1/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── U12Plus/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── HW-IMS/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── HighPriorityMisc/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       ├── values/
│       │   └── config.xml
│       └── xml/
│           └── config_webview_packages.xml
├── Huawei/
│   ├── ARE/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Generic/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── hi3660/
│   │   ├── DUK/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── SHT/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── STF/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   └── VTR/
│   │       ├── Android.mk
│   │       ├── AndroidManifest.xml
│   │       └── res/
│   │           ├── values/
│   │           │   └── config.xml
│   │           └── xml/
│   │               └── power_profile.xml
│   ├── hi6250/
│   │   ├── ANE/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   ├── config.xml
│   │   │       │   └── notch.xml
│   │   │       ├── values-land/
│   │   │       │   └── notch.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── BND/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── FIG/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── LLD/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── PIC/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── PRA/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── RNE/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   └── WAS/
│   │       ├── Android.mk
│   │       ├── AndroidManifest.xml
│   │       └── res/
│   │           ├── values/
│   │           │   └── config.xml
│   │           └── xml/
│   │               └── power_profile.xml
│   ├── kirin710/
│   │   ├── MAR/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   ├── config.xml
│   │   │       │   └── notch.xml
│   │   │       ├── values-land/
│   │   │       │   └── notch.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   └── POT/
│   │       ├── Android.mk
│   │       ├── AndroidManifest.xml
│   │       └── res/
│   │           ├── values/
│   │           │   ├── config.xml
│   │           │   └── notch.xml
│   │           ├── values-land/
│   │           │   └── notch.xml
│   │           └── xml/
│   │               └── power_profile.xml
│   ├── kirin970/
│   │   ├── BKL/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── values.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── CLT/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── notch.xml
│   │   │       └── values-land/
│   │   │           └── notch.xml
│   │   ├── COL/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── config.xml
│   │   │       ├── values-land/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   ├── COR/
│   │   │   ├── Android.mk
│   │   │   ├── AndroidManifest.xml
│   │   │   └── res/
│   │   │       ├── values/
│   │   │       │   └── values.xml
│   │   │       ├── values-land/
│   │   │       │   └── config.xml
│   │   │       └── xml/
│   │   │           └── power_profile.xml
│   │   └── EML/
│   │       ├── Android.mk
│   │       ├── AndroidManifest.xml
│   │       └── res/
│   │           ├── values/
│   │           │   └── notch.xml
│   │           └── values-land/
│   │               └── notch.xml
│   ├── msm8917/
│   │   └── ATU/
│   │       ├── Android.mk
│   │       ├── AndroidManifest.xml
│   │       └── res/
│   │           ├── values/
│   │           │   └── config.xml
│   │           └── xml/
│   │               └── power_profile.xml
│   └── msm8937/
│       └── AUM/
│           ├── Android.mk
│           ├── AndroidManifest.xml
│           └── res/
│               ├── values/
│               │   ├── arrays.xml
│               │   └── bools.xml
│               └── xml/
│                   └── power_profile.xml
├── Infinix/
│   ├── Note10/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Note10Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Note5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Note7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Note8/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S4/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Zero6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── ZeroXPro/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── arrays.xml
│           │   ├── bools.xml
│           │   ├── integers.xml
│           │   └── strings.xml
│           └── xml/
│               └── power_profile.xml
├── LG/
│   ├── G7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G7One/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── V40/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── Velvet/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── mfh505glm/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── mfh505glm-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   └── timelm/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── Lenovo/
│   ├── K5Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── brightness.xml
│   │       │   ├── connectivity.xml
│   │       │   └── doze.xml
│   │       └── xml/
│   │           ├── power_profile.xml
│   │           └── power_profile_test.xml
│   ├── Q706F/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S5Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── TabV7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── TabV7-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── Y70/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Z5/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── config.xml
│           │   └── notch.xml
│           ├── values-land/
│           │   └── notch.xml
│           └── xml/
│               └── power_profile.xml
├── MBI/
│   ├── S10/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── S10-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               └── config.xml
├── MTK-IMS/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Meizu/
│   ├── M2181/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── M2181-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values-land/
│           │   └── config.xml
│           ├── values-xxhdpi/
│           │   └── config.xml
│           ├── values-xxhdpi-v31/
│           │   └── config.xml
│           ├── values-xxxhdpi/
│           │   └── config.xml
│           └── values-xxxhdpi-v31/
│               └── config.xml
├── Misc/
│   ├── AOD/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── AOD-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── MinimalBrightness/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   └── dt2w/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               └── config.xml
├── Moto/
│   ├── E5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── E5Plus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── E6Plus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G100-Nio/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G31/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G6Play/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G6Plus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G7Play/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G7Power/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G8/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G8Plus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── G8Power/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── GPure/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── One/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── OneAction/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── OneFusion/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── OneFusion-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── OneFusionPlus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── OneHyper/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Razr/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── hiphi/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── hiphi-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── rhodep/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── rhodep-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── tundra/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   └── tundra-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           ├── values-land/
│           │   └── config.xml
│           └── values-v31/
│               └── config.xml
├── NavBar/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── NightMode/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Nokia/
│   ├── B2N-7Plus/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── CTL-7.1/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── DRG-6.1Plus-X6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Nokia-4.2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── brightness.xml
│   │       │   ├── navbar.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Nokia-7.2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Nokia-7.2-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── PDA_sprout-5.1Plus-X5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PL2-6.1/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── brightness.xml
│   │           ├── doze.xml
│   │           ├── misc.xml
│   │           ├── network.xml
│   │           └── sensors.xml
│   ├── PNX-8.1-X7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── PNX-8.1-X7-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── values-sw372dp/
│               └── config.xml
├── Nubia/
│   ├── RedMagic3s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Z18mini/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── ONN/
│   └── mid7019/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── arrays.xml
│           │   ├── bools.xml
│           │   └── strings.xml
│           └── xml/
│               └── power_profile.xml
├── OPPO/
│   ├── A54/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── A54-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── FindX3Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-sw320dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw338dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw360dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw411dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw454dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw460dp/
│   │       │   └── dimens.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── FindX3Pro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi-v31/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi-v31/
│   │           └── config.xml
│   ├── Reno6-5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── Reno6-5G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── RenoPro2019/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   └── RenoPro2019-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── values-land/
│               └── config.xml
├── OnePlus/
│   ├── AcePro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── AcePro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── N10/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── N10-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── N2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── N2-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── N20/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── N20-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── N200/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── N200-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── Nord/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── Nord-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── NordCE/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── NordCE-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── OP10Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-sw320dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw338dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw360dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw411dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw454dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw460dp/
│   │       │   └── dimens.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── OP10Pro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi-v31/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi-v31/
│   │           └── config.xml
│   ├── OP6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       └── values-land/
│   │           └── notch.xml
│   ├── OP6T/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── OP6T-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── dimens.xml
│   │       └── values-sw372dp/
│   │           └── dimens.xml
│   ├── OP8/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── OP8-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── OP9/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── OP9-SystemUI/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           ├── values-land/
│           │   └── config.xml
│           └── values-v31/
│               └── config.xml
├── Oukitel/
│   ├── C18_Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── WP8PRO/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── bools.xml
│           │   └── strings.xml
│           └── xml/
│               └── power_profile.xml
├── README
├── Razer/
│   └── cheryl/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               ├── arrays.xml
│               ├── bools.xml
│               └── integers.xml
├── Realme/
│   ├── 6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   ├── network.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           ├── power_profile.xml
│   │           └── power_profile_test.xml
│   ├── 6i/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           ├── power_profile.xml
│   │           └── power_profile_test.xml
│   ├── 8-5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── 8-5G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── C2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── C3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   └── bools.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── GT2Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-sw320dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw338dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw360dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw411dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw454dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw460dp/
│   │       │   └── dimens.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi/
│   │           └── config.xml
│   ├── GT2Pro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi-v31/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi-v31/
│   │           └── config.xml
│   ├── GTMaster/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── GTMaster-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── GTMasterExplorer/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-sw320dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw338dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw360dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw411dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw454dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw460dp/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── GTMasterExplorer-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── GTNeo3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-sw320dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw338dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw360dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw411dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw454dp/
│   │       │   └── dimens.xml
│   │       ├── values-sw460dp/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── GTNeo3-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-v31/
│   │           └── config.xml
│   ├── Narzo10A/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   └── bools.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Q2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Q2-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── Q3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── X2Pro/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               ├── bools.xml
│               └── integers.xml
├── SEC-IMS/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── SPRD-IMS/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Samsung/
│   ├── A20/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A20s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── config.xml
│   │       │   └── dimens.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A20s-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── A21s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A21s-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── A30/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A31/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A31-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── bools.xml
│   │           └── dimens.xml
│   ├── A32/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A32-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── bools.xml
│   │           └── dimens.xml
│   ├── A33/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A33-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── bools.xml
│   │           └── dimens.xml
│   ├── A40/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── brightness.xml
│   │       │   ├── config.xml
│   │       │   ├── doze.xml
│   │       │   ├── network.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A50/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── brightness.xml
│   │       │   ├── dimens.xml
│   │       │   └── doze.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A51/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A51-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── A52/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A53/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── configs.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A53-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── configs.xml
│   ├── A7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   └── integers.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A70/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── brightness.xml
│   │       │   ├── dimens.xml
│   │       │   ├── doze.xml
│   │       │   └── strings.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A71/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A73/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A80/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── brightness.xml
│   │       │   ├── dimens.xml
│   │       │   └── doze.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A9/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── brightness.xml
│   │       │   ├── doze.xml
│   │       │   └── network.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── J6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── M31/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── M31-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── M31s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── M31s-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── M52/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── N9q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S10e/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── brightness.xml
│   │           └── doze.xml
│   ├── S10pq/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── arrays.xml
│   │           ├── bools.xml
│   │           ├── integers.xml
│   │           └── strings.xml
│   ├── S10q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── arrays.xml
│   │           ├── bools.xml
│   │           ├── integers.xml
│   │           └── strings.xml
│   ├── S20/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S20-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-port/
│   │           └── config.xml
│   ├── S20fe/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S20fe-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── S9pq/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── S9q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── a51x/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── a60q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── a82xq/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── a82xq-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi/
│   │           └── config.xml
│   ├── d1q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── d1q-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── d1x/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── d1x-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── gta2xl/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── gta3xl/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── gta7litewifi/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   └── bools.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── gts7xllite/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── bools.xml
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── gts8p/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── bools.xml
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── o1s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── p3s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── p3s-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── r0q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── r0q-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── r0s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── r0s-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── r5q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── r9q/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── bools.xml
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── r9s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── starqltekdi/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── starqltekdi-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── t2s/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── z3q/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── Sharp/
│   └── S2/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── config.xml
│           │   └── notch.xml
│           ├── values-land/
│           │   └── notch.xml
│           └── xml/
│               └── power_profile.xml
├── Sony/
│   ├── J9110/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── SO-03L/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── XZ2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── XZ3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           ├── apns.xml
│   │           └── power_profile.xml
│   ├── pdx206/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── pdx206_kddi/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── pdx213/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── pdx213-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values-v31/
│   │           └── config.xml
│   ├── pdx215/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── pdx223/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── Teclast/
│   ├── M30/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── P20HD/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── T30/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── Tecno/
│   ├── Camon11/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Spark5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       ├── values-land/
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Spark6/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── arrays.xml
│           │   ├── bools.xml
│           │   ├── integers.xml
│           │   └── strings.xml
│           └── xml/
│               └── power_profile.xml
├── Telephony/
│   ├── CAF-IMS/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── HW-IMS/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── MTK-IMS/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   ├── SLSI-IMS/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   └── SPRD-IMS/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           └── values/
│               └── config.xml
├── Telephony-LTE/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Teracube/
│   ├── 2e/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── config.xml
│   └── v7101o/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── dimens.xml
│           ├── values-land/
│           │   └── dimens.xml
│           └── xml/
│               └── power_profile.xml
├── Tethering/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Tethering-nobpf/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── TrebleApp/
│   ├── Android.mk
│   └── app.apk
├── Umidigi/
│   ├── A13_Pro_Max_5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A3S/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   └── bools.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── A5pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Power/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── notch.xml
│           ├── values-land/
│           │   └── notch.xml
│           └── xml/
│               └── power_profile.xml
├── Unihertz/
│   ├── Jelly2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── TitanpocketEEA/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   ├── arrays.xml
│           │   ├── bools.xml
│           │   └── integers.xml
│           └── xml/
│               └── power_profile.xml
├── Vivo/
│   ├── Y20/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── configs.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Y20-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── configs.xml
│   └── Y31/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── configs.xml
│           └── xml/
│               └── power_profile.xml
├── Vsmart/
│   ├── Active3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── integers.xml
│   │       │   ├── public.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Joy3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── Live/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           ├── values-land/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── Wifi5G/
│   ├── Android.mk
│   ├── AndroidManifest.xml
│   └── res/
│       └── values/
│           └── config.xml
├── Xiaomi/
│   ├── Civi/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-440dpi/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-xhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxxhdpi/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Civi-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-440dpi/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-port/
│   │       │   └── config.xml
│   │       ├── values-v31/
│   │       │   └── config.xml
│   │       ├── values-xhdpi/
│   │       │   └── config.xml
│   │       ├── values-xxhdpi/
│   │       │   └── config.xml
│   │       └── values-xxxhdpi/
│   │           └── config.xml
│   ├── Mi11Lite5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi11TPro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi6X/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi8/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi8EE/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi8Lite/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi8Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi8SE/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi9/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   ├── notch.xml
│   │       │   └── pinner.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Mi9SE/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiA2/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiA2Lite/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiMax3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiMix2S/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiMix3/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiMix3-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── dimens.xml
│   │       └── values-sw372dp/
│   │           └── dimens.xml
│   ├── MiPad4/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiPad5Pro5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── MiPlay/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoF1/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoF4/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── config.xml
│   │       │   ├── dimens.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoF4-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── drawable/
│   │       │   └── rounded.xml
│   │       └── values/
│   │           ├── config.xml
│   │           └── dimens.xml
│   ├── PocoM3Pro5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoM4Pro5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoM4Pro5G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-port/
│   │           └── config.xml
│   ├── PocoM5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   ├── dimens.xml
│   │       │   ├── integers.xml
│   │       │   └── strings.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── PocoX3GT/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi10X5G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi10X5G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           └── dimens.xml
│   ├── Redmi6/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi6A/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── dimens.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi6Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi7A/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi7onc/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi8/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi8A/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi9/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       └── values/
│   │           ├── bools.xml
│   │           ├── dimens.xml
│   │           └── strings.xml
│   ├── Redmi9-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── dimens.xml
│   │       ├── values-440dpi/
│   │       │   └── dimens.xml
│   │       └── values-port/
│   │           └── dimens.xml
│   ├── Redmi9A/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── Redmi9T/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiGo/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiK20Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiK20Pro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-440dpi/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       ├── values-v31/
│   │       │   └── config.xml
│   │       └── values-xxhdpi/
│   │           └── config.xml
│   ├── RedmiK50Ultra/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote10/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote10Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote10S/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote10S-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-port/
│   │           └── config.xml
│   ├── RedmiNote11/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── arrays.xml
│   │       │   ├── bools.xml
│   │       │   └── integers.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote114G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote114G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── values-land/
│   │           └── config.xml
│   ├── RedmiNote115G/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote115G-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       ├── values-land/
│   │       │   └── config.xml
│   │       └── values-port/
│   │           └── config.xml
│   ├── RedmiNote5/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote6Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote6Pro-SystemUI/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── dimens.xml
│   │       └── values-sw372dp/
│   │           └── dimens.xml
│   ├── RedmiNote7/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           ├── power_profile.xml
│   │           └── power_profile_test.xml
│   ├── RedmiNote8Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── audiojack.xml
│   │       │   ├── bluetooth.xml
│   │       │   ├── brightness.xml
│   │       │   ├── doze.xml
│   │       │   ├── location.xml
│   │       │   ├── misc.xml
│   │       │   ├── network.xml
│   │       │   ├── notch.xml
│   │       │   └── sensors.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote9Pro/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote9ProMax/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote9S/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   ├── config.xml
│   │       │   └── notch.xml
│   │       ├── values-land/
│   │       │   └── notch.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   ├── RedmiNote9T/
│   │   ├── Android.mk
│   │   ├── AndroidManifest.xml
│   │   └── res/
│   │       ├── values/
│   │       │   └── config.xml
│   │       └── xml/
│   │           └── power_profile.xml
│   └── RedmiS2/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── azure-pipelines.yml
├── bq/
│   └── jeice/
│       ├── Android.mk
│       ├── AndroidManifest.xml
│       └── res/
│           ├── values/
│           │   └── config.xml
│           └── xml/
│               └── power_profile.xml
├── build/
│   ├── .gitignore
│   ├── aapt
│   ├── android.jar
│   ├── build.sh
│   ├── keys/
│   │   ├── platform.pk8
│   │   └── platform.x509.pem
│   └── signapk/
│       └── signapk.jar
├── overlay.mk
├── tests/
│   ├── blacklist
│   ├── knownKeys
│   └── tests.sh
└── tmp/
    ├── Android.mk
    └── phh.txt
Condensed preview — 1743 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (3,476K chars).
[
  {
    "path": ".github/workflows/Build.yml",
    "chars": 575,
    "preview": "name: Overlay\n\non:\n  pull_request:\n    branches: [pie]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n\n    steps:\n    - name"
  },
  {
    "path": ".gitignore",
    "chars": 25,
    "preview": ".*.swp\n.DS_Store\n.idea/*\n"
  },
  {
    "path": "Asus/RogPhone/Android.mk",
    "chars": 286,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-as"
  },
  {
    "path": "Asus/RogPhone/AndroidManifest.xml",
    "chars": 456,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.asus.rogphon"
  },
  {
    "path": "Asus/RogPhone/res/values/config.xml",
    "chars": 3776,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <bool name=\"config_automatic_brightness_available\">true</bool>\n  "
  },
  {
    "path": "Asus/RogPhone/res/xml/power_profile.xml",
    "chars": 4660,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"ambient.on\">0.1</item>\n    <item name=\"sc"
  },
  {
    "path": "Asus/ZenFone5/Android.mk",
    "chars": 286,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-as"
  },
  {
    "path": "Asus/ZenFone5/AndroidManifest.xml",
    "chars": 453,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.asus.zenfone"
  },
  {
    "path": "Asus/ZenFone5/res/values/config.xml",
    "chars": 1718,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <integer-array name=\"config_autoBrightnessLevels\">\n        <item>"
  },
  {
    "path": "Asus/ZenFone5/res/values/notch.xml",
    "chars": 1112,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2017, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Asus/ZenFone5/res/values-land/notch.xml",
    "chars": 151,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <!-- Height of the status bar -->\n    <dimen name=\"status_bar_hei"
  },
  {
    "path": "Asus/ZenFone5/res/xml/power_profile.xml",
    "chars": 1646,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"battery.capacity\">3300</item>\n    <array "
  },
  {
    "path": "Asus/ZenFone5Z/Android.mk",
    "chars": 287,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-as"
  },
  {
    "path": "Asus/ZenFone5Z/AndroidManifest.xml",
    "chars": 453,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.asus.zenfone"
  },
  {
    "path": "Asus/ZenFone5Z/res/values/notch.xml",
    "chars": 1112,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2017, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Asus/ZenFone5Z/res/values-land/notch.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">24dp</dimen>\n</resources>\n"
  },
  {
    "path": "Asus/ZenFoneLiveL1ZA550KL/Android.mk",
    "chars": 298,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-as"
  },
  {
    "path": "Asus/ZenFoneLiveL1ZA550KL/AndroidManifest.xml",
    "chars": 447,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.asus.zenfone"
  },
  {
    "path": "Asus/ZenFoneLiveL1ZA550KL/res/values/config.xml",
    "chars": 3461,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <integer-array name=\"config_autoBrightnessLcdBacklightValues\">\n  "
  },
  {
    "path": "Asus/ZenFoneLiveL1ZA550KL/res/xml/power_profile.xml",
    "chars": 1254,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"screen.on\">89.13</item>\n    <item name=\"s"
  },
  {
    "path": "Asus/ZenFoneMaxM2/Android.mk",
    "chars": 290,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-as"
  },
  {
    "path": "Asus/ZenFoneMaxM2/AndroidManifest.xml",
    "chars": 459,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.asus.zenfone"
  },
  {
    "path": "Asus/ZenFoneMaxM2/res/values/notch.xml",
    "chars": 1112,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2017, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Asus/ZenFoneMaxM2/res/values-land/notch.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">24dp</dimen>\n</resources>\n"
  },
  {
    "path": "Asus/ZenFoneMaxShot/Android.mk",
    "chars": 292,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-as"
  },
  {
    "path": "Asus/ZenFoneMaxShot/AndroidManifest.xml",
    "chars": 460,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.asus.zenfone"
  },
  {
    "path": "Asus/ZenFoneMaxShot/res/values/config.xml",
    "chars": 5080,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <!-- Audio Settings -->\n    <bool name=\"config_speed_up_audio_on_"
  },
  {
    "path": "Asus/ZenFoneMaxShot/res/values/notch.xml",
    "chars": 1197,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2017, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Asus/ZenFoneMaxShot/res/values-land/notch.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">24dp</dimen>\n</resources>\n"
  },
  {
    "path": "Asus/ZenFoneMaxShot/res/xml/power_profile.xml",
    "chars": 757,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"screen.on\">63</item>\n    <item name=\"scre"
  },
  {
    "path": "Asus/Zenfone5-10/Android.mk",
    "chars": 289,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-as"
  },
  {
    "path": "Asus/Zenfone5-10/AndroidManifest.xml",
    "chars": 450,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.asus.zenfone"
  },
  {
    "path": "Asus/Zenfone5-10/res/values/config.xml",
    "chars": 4501,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <bool name=\"config_automatic_brightness_available\">true</bool>\n  "
  },
  {
    "path": "Asus/Zenfone5-10/res/values-land/config.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">28dp</dimen>\n</resources>\n"
  },
  {
    "path": "Asus/Zenfone5-10/res/xml/power_profile.xml",
    "chars": 1697,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<device name=\"Android\">\r\n    <item name=\"battery.capacity\">3300</item>\r\n    <arr"
  },
  {
    "path": "Asus/Zenfone8/Android.mk",
    "chars": 286,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-as"
  },
  {
    "path": "Asus/Zenfone8/AndroidManifest.xml",
    "chars": 448,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.asus.zenfone"
  },
  {
    "path": "Asus/Zenfone8/res/values/display.xml",
    "chars": 3046,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <string name=\"config_mainBuiltInDisplayCutout\">M131,77m-36,0a36,3"
  },
  {
    "path": "Blackview/BV6900/Android.mk",
    "chars": 289,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-bl"
  },
  {
    "path": "Blackview/BV6900/AndroidManifest.xml",
    "chars": 462,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.blackview.bv"
  },
  {
    "path": "Blackview/BV6900/res/values/config.xml",
    "chars": 4419,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <string-array name=\"networkAttributes\">\n        <item>wifi,1,1,1,"
  },
  {
    "path": "Blackview/BV6900/res/xml/power_profile.xml",
    "chars": 2074,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"ambient.on\">100</item>\n    <item name=\"sc"
  },
  {
    "path": "Blackview/BV9500Plus/Android.mk",
    "chars": 293,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-bl"
  },
  {
    "path": "Blackview/BV9500Plus/AndroidManifest.xml",
    "chars": 470,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.blackview.bv"
  },
  {
    "path": "Blackview/BV9500Plus/res/values/config.xml",
    "chars": 4663,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <string-array name=\"networkAttributes\">\n        <item>wifi,1,1,1,"
  },
  {
    "path": "Blackview/BV9500Plus/res/xml/power_profile.xml",
    "chars": 4003,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"ambient.on\">0.1</item>\n    <item name=\"sc"
  },
  {
    "path": "CAF-IMS/Android.mk",
    "chars": 280,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-ca"
  },
  {
    "path": "CAF-IMS/AndroidManifest.xml",
    "chars": 433,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.cafims\"\n    "
  },
  {
    "path": "CAF-IMS/res/values/config.xml",
    "chars": 357,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n\t<string name=\"config_ims_package\">org.codeaurora.ims</string>\n\t<bool"
  },
  {
    "path": "DevInputJack/Android.mk",
    "chars": 285,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-de"
  },
  {
    "path": "DevInputJack/AndroidManifest.xml",
    "chars": 447,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.devinputjack"
  },
  {
    "path": "DevInputJack/res/values/config.xml",
    "chars": 129,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <bool name=\"config_useDevInputEventForAudioJack\">true</bool>\n</re"
  },
  {
    "path": "DuoQin/Qin2Pro/Android.mk",
    "chars": 287,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-du"
  },
  {
    "path": "DuoQin/Qin2Pro/AndroidManifest.xml",
    "chars": 460,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.duoqin.qin2p"
  },
  {
    "path": "DuoQin/Qin2Pro/res/values/config.xml",
    "chars": 3211,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <integer name=\"config_screenBrightnessSettingMinimum\">6</integer>"
  },
  {
    "path": "DuoQin/Qin2Pro/res/xml/power_profile.xml",
    "chars": 2807,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"none\">0</item>\n    <item name=\"screen.on\""
  },
  {
    "path": "DuoQin/QinF21Pro/Android.mk",
    "chars": 289,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-du"
  },
  {
    "path": "DuoQin/QinF21Pro/AndroidManifest.xml",
    "chars": 453,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.duoqin.qinf2"
  },
  {
    "path": "DuoQin/QinF21Pro/res/values/arrays.xml",
    "chars": 1114,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <integer-array name=\"config_autoBrightnessLcdBacklightValues\">\n  "
  },
  {
    "path": "DuoQin/QinF21Pro/res/values/bools.xml",
    "chars": 257,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <bool name=\"config_automatic_brightness_available\">true</bool>\n  "
  },
  {
    "path": "DuoQin/QinF21Pro/res/xml/power_profile.xml",
    "chars": 2451,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"ambient.on\">1</item>\n    <item name=\"scre"
  },
  {
    "path": "Essential/PH-1/Android.mk",
    "chars": 287,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-es"
  },
  {
    "path": "Essential/PH-1/AndroidManifest.xml",
    "chars": 491,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.essential.ph"
  },
  {
    "path": "Essential/PH-1/res/values/brightness.xml",
    "chars": 1566,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n<bool name=\"config_automatic_brightness_available\">true</bool>\n<integ"
  },
  {
    "path": "Essential/PH-1/res/values/navbar.xml",
    "chars": 114,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n<bool name=\"config_showNavigationBar\">true</bool>\n</resources>\n"
  },
  {
    "path": "Essential/PH-1/res/values/notch.xml",
    "chars": 336,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">144.0px</dimen>\n    <dimen name=\""
  },
  {
    "path": "Essential/PH-1/res/values-land/notch.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">84px</dimen>\n</resources>\n"
  },
  {
    "path": "Essential/PH-1/res/xml/power_profile.xml",
    "chars": 4420,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Mata\">\n    <item name=\"none\">0</item>\n    <item name=\"screen.on\">60"
  },
  {
    "path": "Fairphone/FP3/Android.mk",
    "chars": 286,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-fa"
  },
  {
    "path": "Fairphone/FP3/AndroidManifest.xml",
    "chars": 484,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.fairphone.fp"
  },
  {
    "path": "Fairphone/FP3/res/values/config.xml",
    "chars": 24124,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!-- config.xml used from https://gitlab.e.foundation/e/devices/android_device_fa"
  },
  {
    "path": "Fairphone/FP3/res/xml/power_profile.xml",
    "chars": 6193,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n    Copyright (c) 2015, The Linux Foundation. All rights reserved.\n\n    Redi"
  },
  {
    "path": "FalseLocks/Android.mk",
    "chars": 199,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-Sy"
  },
  {
    "path": "FalseLocks/AndroidManifest.xml",
    "chars": 309,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.systemui.fal"
  },
  {
    "path": "FalseLocks/res/values/config.xml",
    "chars": 137,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n\t<bool name=\"config_lockscreenAntiFalsingClassifierEnabled\">false</bo"
  },
  {
    "path": "HTC/Exodus1/Android.mk",
    "chars": 284,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-ht"
  },
  {
    "path": "HTC/Exodus1/AndroidManifest.xml",
    "chars": 433,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.htc.exodus1\""
  },
  {
    "path": "HTC/Exodus1/res/values/config.xml",
    "chars": 5593,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!-- Copyright (C) 2009 The Android Open Source Project\n\n     Licensed under the "
  },
  {
    "path": "HTC/Exodus1/res/xml/power_profile.xml",
    "chars": 4567,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<device name=\"Android\">\r\n    <item name=\"none\">0</item>\r\n    <item name=\"screen."
  },
  {
    "path": "HTC/U12Plus/Android.mk",
    "chars": 284,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-ht"
  },
  {
    "path": "HTC/U12Plus/AndroidManifest.xml",
    "chars": 433,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.htc.u12plus\""
  },
  {
    "path": "HTC/U12Plus/res/values/config.xml",
    "chars": 5593,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!-- Copyright (C) 2009 The Android Open Source Project\n\n     Licensed under the "
  },
  {
    "path": "HTC/U12Plus/res/xml/power_profile.xml",
    "chars": 4567,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<device name=\"Android\">\r\n    <item name=\"none\">0</item>\r\n    <item name=\"screen."
  },
  {
    "path": "HW-IMS/Android.mk",
    "chars": 279,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hw"
  },
  {
    "path": "HW-IMS/AndroidManifest.xml",
    "chars": 431,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.hwims\"\n     "
  },
  {
    "path": "HW-IMS/res/values/config.xml",
    "chars": 344,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n\t<string name=\"config_ims_package\">com.huawei.ims</string>\n\t<bool nam"
  },
  {
    "path": "HighPriorityMisc/Android.mk",
    "chars": 285,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hi"
  },
  {
    "path": "HighPriorityMisc/AndroidManifest.xml",
    "chars": 356,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.highpriomisc"
  },
  {
    "path": "HighPriorityMisc/res/values/config.xml",
    "chars": 432,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <!-- Whether or not swipe up gesture's opt-in setting is availabl"
  },
  {
    "path": "HighPriorityMisc/res/xml/config_webview_packages.xml",
    "chars": 11030,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!-- Copyright 2015 The Android Open Source Project\n\n     Licensed under the Apac"
  },
  {
    "path": "Huawei/ARE/Android.mk",
    "chars": 283,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/ARE/AndroidManifest.xml",
    "chars": 430,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.huawei.ARE\"\n"
  },
  {
    "path": "Huawei/ARE/res/values/config.xml",
    "chars": 1806,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <bool name=\"config_automatic_brightness_available\">true</bool>\n  "
  },
  {
    "path": "Huawei/ARE/res/values-land/config.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">96px</dimen>\n</resources>\n"
  },
  {
    "path": "Huawei/ARE/res/xml/power_profile.xml",
    "chars": 2614,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/Generic/Android.mk",
    "chars": 279,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/Generic/AndroidManifest.xml",
    "chars": 436,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.huawei\"\n    "
  },
  {
    "path": "Huawei/Generic/res/values/config.xml",
    "chars": 1297,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <bool name=\"config_autoBrightnessResetAmbientLuxAfterWarmUp\">true"
  },
  {
    "path": "Huawei/hi3660/DUK/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi3660/DUK/AndroidManifest.xml",
    "chars": 397,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.dil3mm4.huawei.DUK\"\n        an"
  },
  {
    "path": "Huawei/hi3660/DUK/res/values/config.xml",
    "chars": 10388,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi3660/DUK/res/xml/power_profile.xml",
    "chars": 2615,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi3660/SHT/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi3660/SHT/AndroidManifest.xml",
    "chars": 397,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.dil3mm4.huawei.SHT\"\n        an"
  },
  {
    "path": "Huawei/hi3660/SHT/res/values/config.xml",
    "chars": 10146,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi3660/SHT/res/xml/power_profile.xml",
    "chars": 2615,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi3660/STF/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi3660/STF/AndroidManifest.xml",
    "chars": 397,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.dil3mm4.huawei.STF\"\n        an"
  },
  {
    "path": "Huawei/hi3660/STF/res/values/config.xml",
    "chars": 10387,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi3660/STF/res/xml/power_profile.xml",
    "chars": 2615,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi3660/VTR/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi3660/VTR/AndroidManifest.xml",
    "chars": 397,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.dil3mm4.huawei.VTR\"\n        an"
  },
  {
    "path": "Huawei/hi3660/VTR/res/values/config.xml",
    "chars": 10387,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi3660/VTR/res/xml/power_profile.xml",
    "chars": 2614,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/ANE/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi6250/ANE/AndroidManifest.xml",
    "chars": 418,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.dil3mm4.huawei.ANE\"\n        an"
  },
  {
    "path": "Huawei/hi6250/ANE/res/values/config.xml",
    "chars": 10612,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/ANE/res/values/notch.xml",
    "chars": 1109,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2017, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/ANE/res/values-land/notch.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">24dp</dimen>\n</resources>\n"
  },
  {
    "path": "Huawei/hi6250/ANE/res/xml/power_profile.xml",
    "chars": 2676,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/BND/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi6250/BND/AndroidManifest.xml",
    "chars": 418,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.dil3mm4.huawei.BND\"\n        an"
  },
  {
    "path": "Huawei/hi6250/BND/res/values/config.xml",
    "chars": 10612,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/BND/res/xml/power_profile.xml",
    "chars": 1522,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"none\">0</item>\n    <item name=\"screen.on\""
  },
  {
    "path": "Huawei/hi6250/FIG/Android.mk",
    "chars": 283,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi6250/FIG/AndroidManifest.xml",
    "chars": 418,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.dil3mm4.huawei.FIG\"\n        an"
  },
  {
    "path": "Huawei/hi6250/FIG/res/values/config.xml",
    "chars": 10058,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/FIG/res/xml/power_profile.xml",
    "chars": 2695,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/LLD/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi6250/LLD/AndroidManifest.xml",
    "chars": 418,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.dil3mm4.huawei.LLD\"\n        an"
  },
  {
    "path": "Huawei/hi6250/LLD/res/values/config.xml",
    "chars": 10612,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/LLD/res/xml/power_profile.xml",
    "chars": 2695,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/PIC/Android.mk",
    "chars": 283,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi6250/PIC/AndroidManifest.xml",
    "chars": 429,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.huawei.PIC\"\n"
  },
  {
    "path": "Huawei/hi6250/PIC/res/values/config.xml",
    "chars": 1303,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <bool name=\"config_autoBrightnessResetAmbientLuxAfterWarmUp\">true"
  },
  {
    "path": "Huawei/hi6250/PIC/res/xml/power_profile.xml",
    "chars": 2620,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/PRA/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi6250/PRA/AndroidManifest.xml",
    "chars": 418,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.dil3mm4.huawei.PRA\"\n        an"
  },
  {
    "path": "Huawei/hi6250/PRA/res/values/config.xml",
    "chars": 10612,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/PRA/res/xml/power_profile.xml",
    "chars": 1580,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"none\">0</item>\n    <item name=\"screen.on\""
  },
  {
    "path": "Huawei/hi6250/RNE/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi6250/RNE/AndroidManifest.xml",
    "chars": 418,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.dil3mm4.huawei.RNE\"\n        an"
  },
  {
    "path": "Huawei/hi6250/RNE/res/values/config.xml",
    "chars": 10612,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/RNE/res/xml/power_profile.xml",
    "chars": 1466,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"none\">0</item>\n    <item name=\"screen.on\""
  },
  {
    "path": "Huawei/hi6250/WAS/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/hi6250/WAS/AndroidManifest.xml",
    "chars": 418,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.dil3mm4.huawei.WAS\"\n        an"
  },
  {
    "path": "Huawei/hi6250/WAS/res/values/config.xml",
    "chars": 10612,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/hi6250/WAS/res/xml/power_profile.xml",
    "chars": 2694,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin710/MAR/Android.mk",
    "chars": 283,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/kirin710/MAR/AndroidManifest.xml",
    "chars": 418,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.iceows.huawei.MAR\"\n        and"
  },
  {
    "path": "Huawei/kirin710/MAR/res/values/config.xml",
    "chars": 11003,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin710/MAR/res/values/notch.xml",
    "chars": 1109,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2017, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin710/MAR/res/values-land/notch.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">24dp</dimen>\n</resources>\n"
  },
  {
    "path": "Huawei/kirin710/MAR/res/xml/power_profile.xml",
    "chars": 3403,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin710/POT/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/kirin710/POT/AndroidManifest.xml",
    "chars": 418,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"com.iceows.huawei.POT\"\n        and"
  },
  {
    "path": "Huawei/kirin710/POT/res/values/config.xml",
    "chars": 11036,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin710/POT/res/values/notch.xml",
    "chars": 1109,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2017, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin710/POT/res/values-land/notch.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">24dp</dimen>\n</resources>\n"
  },
  {
    "path": "Huawei/kirin710/POT/res/xml/power_profile.xml",
    "chars": 3403,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin970/BKL/Android.mk",
    "chars": 283,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/kirin970/BKL/AndroidManifest.xml",
    "chars": 428,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.huawei.BKL\"\n"
  },
  {
    "path": "Huawei/kirin970/BKL/res/values/values.xml",
    "chars": 1791,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <integer-array name=\"config_autoBrightnessLcdBacklightValues\">\n  "
  },
  {
    "path": "Huawei/kirin970/BKL/res/xml/power_profile.xml",
    "chars": 2614,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin970/CLT/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/kirin970/CLT/AndroidManifest.xml",
    "chars": 428,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.huawei.CLT\"\n"
  },
  {
    "path": "Huawei/kirin970/CLT/res/values/notch.xml",
    "chars": 1109,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2017, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin970/CLT/res/values-land/notch.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">24dp</dimen>\n</resources>\n"
  },
  {
    "path": "Huawei/kirin970/COL/Android.mk",
    "chars": 283,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/kirin970/COL/AndroidManifest.xml",
    "chars": 429,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.huawei.COL\"\n"
  },
  {
    "path": "Huawei/kirin970/COL/res/values/config.xml",
    "chars": 2299,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <integer-array name=\"config_autoBrightnessLcdBacklightValues\">\n  "
  },
  {
    "path": "Huawei/kirin970/COL/res/values-land/config.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">90px</dimen>\n</resources>\n"
  },
  {
    "path": "Huawei/kirin970/COL/res/xml/power_profile.xml",
    "chars": 3074,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin970/COR/Android.mk",
    "chars": 283,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/kirin970/COR/AndroidManifest.xml",
    "chars": 429,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.huawei.COR\"\n"
  },
  {
    "path": "Huawei/kirin970/COR/res/values/values.xml",
    "chars": 4363,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n     <!-- Array of light sensor LUX values to define our levels for a"
  },
  {
    "path": "Huawei/kirin970/COR/res/values-land/config.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">88px</dimen>\n</resources>\n"
  },
  {
    "path": "Huawei/kirin970/COR/res/xml/power_profile.xml",
    "chars": 2614,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin970/EML/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/kirin970/EML/AndroidManifest.xml",
    "chars": 428,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.huawei.EML\"\n"
  },
  {
    "path": "Huawei/kirin970/EML/res/values/notch.xml",
    "chars": 1109,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2017, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/kirin970/EML/res/values-land/notch.xml",
    "chars": 113,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">24dp</dimen>\n</resources>\n"
  },
  {
    "path": "Huawei/msm8917/ATU/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/msm8917/ATU/AndroidManifest.xml",
    "chars": 432,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"io.tenseventyseven.treble.huawei.A"
  },
  {
    "path": "Huawei/msm8917/ATU/res/values/config.xml",
    "chars": 10048,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n/*\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/msm8917/ATU/res/xml/power_profile.xml",
    "chars": 2312,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Huawei/msm8937/AUM/Android.mk",
    "chars": 282,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-hu"
  },
  {
    "path": "Huawei/msm8937/AUM/AndroidManifest.xml",
    "chars": 433,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"io.tenseventyseven.treble.huawei.A"
  },
  {
    "path": "Huawei/msm8937/AUM/res/values/arrays.xml",
    "chars": 2102,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n        <string-array name=\"config_tether_bluetooth_regexs\">\n        "
  },
  {
    "path": "Huawei/msm8937/AUM/res/values/bools.xml",
    "chars": 657,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <bool name=\"config_suspendWhenScreenOffDueToProximity\">true</bool"
  },
  {
    "path": "Huawei/msm8937/AUM/res/xml/power_profile.xml",
    "chars": 2312,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n**\n** Copyright 2009, The Android Open Source Project\n**\n** Licensed under t"
  },
  {
    "path": "Infinix/Note10/Android.mk",
    "chars": 287,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-in"
  },
  {
    "path": "Infinix/Note10/AndroidManifest.xml",
    "chars": 484,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.infinix.note"
  },
  {
    "path": "Infinix/Note10/res/values/config.xml",
    "chars": 461,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <bool name=\"config_useDevInputEventForAudioJack\">true</bool>\n\n   "
  },
  {
    "path": "Infinix/Note10/res/values-land/config.xml",
    "chars": 116,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">28.0dip</dimen>\n</resources>\n"
  },
  {
    "path": "Infinix/Note10/res/xml/power_profile.xml",
    "chars": 4963,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<device name=\"Android\">\n    <item name=\"ambient.on\">0.1</item>\n    <item name=\"sc"
  },
  {
    "path": "Infinix/Note10Pro/Android.mk",
    "chars": 290,
    "preview": "LOCAL_PATH := $(call my-dir)\ninclude $(CLEAR_VARS)\nLOCAL_MODULE_TAGS := optional\nLOCAL_PACKAGE_NAME := treble-overlay-in"
  },
  {
    "path": "Infinix/Note10Pro/AndroidManifest.xml",
    "chars": 485,
    "preview": "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n        package=\"me.phh.treble.overlay.infinix.note"
  },
  {
    "path": "Infinix/Note10Pro/res/values/config.xml",
    "chars": 461,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <bool name=\"config_useDevInputEventForAudioJack\">true</bool>\n\n   "
  },
  {
    "path": "Infinix/Note10Pro/res/values-land/config.xml",
    "chars": 116,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<resources>\n    <dimen name=\"status_bar_height\">28.0dip</dimen>\n</resources>\n"
  }
]

// ... and 1543 more files (download for full content)

About this extraction

This page contains the full source code of the phhusson/vendor_hardware_overlay GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 1743 files (31.2 MB), approximately 898.2k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!