sm8250-common: Import WifiResCommon from stock

Change-Id: I009437c1b6d0d989a2441f6051706f5f885c0061
This commit is contained in:
LuK1337
2020-11-20 14:45:26 +01:00
parent 5d377ba4d6
commit 97c17043ca
6 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.overlay.common"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false" />
<overlay
android:targetPackage="com.android.wifi.resources"
android:targetName="WifiCustomization"
android:isStatic="true"
android:priority="0"/>
</manifest>