Open Nithin552 opened 3 years ago
You can edit hosts file in android too. It's present in /etc/ directory under the same name. Use adb pull and adb push to copy the file to and from your device.
/etc/
adb pull
adb push
use xmanager
You can edit hosts file in android too. It's present in
/etc/
directory under the same name. Useadb pull
andadb push
to copy the file to and from your device.