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:
SamarV-121 2021-08-02 09:26:05 +05:30 committed by roynatech2544
commit 90e35eef41
3 changed files with 1 additions and 13 deletions

View file

@ -1,5 +1,5 @@
<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:versionName="1.0">
<application android:hasCode="false" />

View file

@ -1,13 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<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>

View file

@ -32,7 +32,4 @@
<!-- Indicates that AP mode MAC randomization is supported on this device -->
<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>