dre: overlay: Set default hotspot SSID prefix
Change-Id: I2b5310c2acfd4e0110244fb17cf6bd5552bf81d7
This commit is contained in:
parent
cf7ca4e244
commit
54eee440db
4 changed files with 36 additions and 0 deletions
|
@ -47,6 +47,7 @@ PRODUCT_PACKAGES += \
|
||||||
FrameworksResTarget \
|
FrameworksResTarget \
|
||||||
OPlusFrameworksResCommon \
|
OPlusFrameworksResCommon \
|
||||||
OPlusSettingsResCommon \
|
OPlusSettingsResCommon \
|
||||||
|
OPlusWifiResCommon \
|
||||||
WifiResTarget
|
WifiResTarget
|
||||||
|
|
||||||
# AAPT
|
# AAPT
|
||||||
|
|
10
overlay/OPlusWifiResCommon/Android.bp
Normal file
10
overlay/OPlusWifiResCommon/Android.bp
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
//
|
||||||
|
// Copyright (C) 2022 The LineageOS Project
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "OPlusWifiResCommon",
|
||||||
|
sdk_version: "current",
|
||||||
|
device_specific: true,
|
||||||
|
}
|
14
overlay/OPlusWifiResCommon/AndroidManifest.xml
Normal file
14
overlay/OPlusWifiResCommon/AndroidManifest.xml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright (C) 2022 The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.android.wifi.resources.overlay.oplus">
|
||||||
|
|
||||||
|
<overlay
|
||||||
|
android:isStatic="true"
|
||||||
|
android:priority="300"
|
||||||
|
android:targetName="WifiCustomization"
|
||||||
|
android:targetPackage="com.android.wifi.resources" />
|
||||||
|
</manifest>
|
11
overlay/OPlusWifiResCommon/res/values/config.xml
Normal file
11
overlay/OPlusWifiResCommon/res/values/config.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright (C) 2022 The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<!-- Do not translate. Default access point SSID used for tethering. -->
|
||||||
|
<string name="wifi_tether_configure_ssid_default" translatable="false">OnePlus</string>
|
||||||
|
|
||||||
|
</resources>
|
Loading…
Reference in a new issue