* Taken from a71naxx-user 13 TP1A.220624.014 A715FXXSBDXB1 release-keys. Change-Id: Ib2dd1dfce2d368ab8dba545ee278fb6ebf9ede5b
22 lines
628 B
XML
22 lines
628 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/*
|
|
* Copyright (C) 2024 The LineageOS Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
-->
|
|
<!-- Samsung specific wifi overlays -->
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
coreApp="true"
|
|
package="com.android.wifi.softap.resources.samsung_sm7150"
|
|
android:versionCode="1"
|
|
android:versionName="1.0">
|
|
<application android:hasCode="false" />
|
|
<overlay
|
|
android:targetPackage="com.android.wifi.softap.resources"
|
|
android:targetName="WifiCustomization"
|
|
android:isStatic="true"
|
|
android:priority="0"/>
|
|
</manifest>
|