mirror of
https://github.com/Evolution-X-Devices/device_oneplus_sm8550-common
synced 2026-02-01 04:25:14 +00:00
sm8350-common: overlay: Set default hotspot SSID prefix
Change-Id: I2b5310c2acfd4e0110244fb17cf6bd5552bf81d7
This commit is contained in:
committed by
Michael Bestas
parent
7d67f66bc2
commit
717347dcf5
@@ -44,6 +44,7 @@ PRODUCT_PACKAGES += \
|
||||
FrameworksResTarget \
|
||||
OPlusFrameworksResCommon \
|
||||
OPlusSettingsResCommon \
|
||||
OPlusWifiResCommon \
|
||||
WifiResTarget
|
||||
|
||||
# Permissions
|
||||
|
||||
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>
|
||||
Reference in New Issue
Block a user