device_google_felix/felix/overlay_packages/SettingsOverlayG0B96/AndroidManifest.xml
Yanting Yang 8e7ca9aba0 Add initial MIC e-label for JP SKU of F10
Also remove the obsolete SKU files which migrate from old projects.

Bug: 260523986
Test: visual
Change-Id: Ie7932ae7cfa53ca449ede9d6ab7587ed26555993
2022-11-29 18:20:56 +08:00

9 lines
440 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.settings.overlay.g0b96">
<application android:hasCode="false" />
<overlay android:targetPackage="com.android.settings"
android:requiredSystemPropertyName="ro.boot.hardware.sku"
android:requiredSystemPropertyValue="G0B96"
android:isStatic="true" />
</manifest>