10 lines
409 B
XML
10 lines
409 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--Copyright (c) 2020, Qualcomm Technologies, Inc.
|
||
|
All Rights Reserved.
|
||
|
-->
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
coreApp="true"
|
||
|
package="com.android.wifi.resources.overlay.common">
|
||
|
<overlay android:targetPackage="com.android.wifi.resources" android:targetName = "WifiCustomization" android:isStatic="true" />
|
||
|
</manifest>
|