AndroidManifest.xml 588 B

12345678910111213
  1. <!--
  2. Copyright (C) 2024 The LineageOS Project
  3. SPDX-License-Identifier: Apache-2.0
  4. -->
  5. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  6. package="com.android.wifi.resources.overlay.target">
  7. <overlay android:targetPackage="com.android.wifi.resources"
  8. android:targetName="WifiCustomization"
  9. android:isStatic="true"
  10. android:priority="500"
  11. android:requiredSystemPropertyName="ro.boot.product.vendor.sku"
  12. android:requiredSystemPropertyValue="taro"/>
  13. </manifest>