vermeer: Import device overlays and overlays especific variant

Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com>

Change-Id: Ia3f9d8eabf965e291d10c582faeca10407f8cb0d
This commit is contained in:
ByteWave1014
2025-02-18 12:51:27 -05:00
committed by Lunark :3
parent 8beca9e2c7
commit e693901d62
24 changed files with 898 additions and 15 deletions

View File

@@ -6,12 +6,12 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.overlay.vermeer.poco">
<application android:hasCode="false" />
<overlay
android:isStatic="true"
android:priority="801"
android:priority="800"
android:targetName="WifiCustomization"
android:targetPackage="com.android.wifi.resources"
android:requiredSystemPropertyName="ro.product.model"
android:requiredSystemPropertyValue="23113RKC6G" />
android:requiredSystemPropertyName="ro.boot.hwc"
android:requiredSystemPropertyValue="GL" />
</manifest>