mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: rro_overlays: Cleanup default configs
* also change packagename Change-Id: I3332d2775e978c3ef0c79283990cc3063cac5656 Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
c7376eff2f
commit
90e35eef41
3 changed files with 1 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.android.networkstack.tethering.samsung_universal8890"
|
package="com.android.networkstack.tethering.samsung_universal7904"
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0">
|
android:versionName="1.0">
|
||||||
<application android:hasCode="false" />
|
<application android:hasCode="false" />
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||||
<bool translatable="false" name="config_tether_enable_bpf_offload">false</bool>
|
<bool translatable="false" name="config_tether_enable_bpf_offload">false</bool>
|
||||||
<string-array translatable="false" name="config_tether_usb_regexs">
|
|
||||||
<item>"rndis\\d"</item>
|
|
||||||
</string-array>
|
|
||||||
<string-array translatable="false" name="config_tether_wifi_regexs">
|
|
||||||
<item>"wlan\\d"</item>
|
|
||||||
</string-array>
|
|
||||||
<string-array translatable="false" name="config_tether_bluetooth_regexs">
|
|
||||||
<item>"bt-pan"</item>
|
|
||||||
</string-array>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,4 @@
|
||||||
|
|
||||||
<!-- Indicates that AP mode MAC randomization is supported on this device -->
|
<!-- Indicates that AP mode MAC randomization is supported on this device -->
|
||||||
<bool translatable="false" name="config_wifi_ap_mac_randomization_supported">false</bool>
|
<bool translatable="false" name="config_wifi_ap_mac_randomization_supported">false</bool>
|
||||||
|
|
||||||
<!-- True if the firmware supports p2p MAC randomization -->
|
|
||||||
<bool name="config_wifi_p2p_mac_randomization_supported">false</bool>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue