mirror of
https://github.com/nermur/no-tethering-restrictions
synced 2024-11-13 19:11:57 +00:00
7 lines
197 B
Bash
7 lines
197 B
Bash
#!/system/bin/sh
|
|
MODDIR=${0%/*}
|
|
|
|
# Block Android from inserting 'dun' into the APN.
|
|
# Yet another way Android shows the telecom that tethering is enabled.
|
|
settings put global tether_dun_required 0
|