From fe75b389aed2aedb514d1f78782f4add7b2572e9 Mon Sep 17 00:00:00 2001 From: Chandan Mehta <56244975+chandan-op@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:19:26 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82b8927..300bb2d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This DOES NOT require root and will work with any device that has USB debugging This app uses the Android Proxy Library from [here](https://github.com/shouldit/android-proxy/tree/master/android-proxy-library) #NOTE -This app now works on Android Emulators and Genymotion Emulators on Android Marshmallow 6.0 if you build/install the `emulator` build variant or APK. +This app now also works on Android Emulators and Genymotion Emulators on Android Marshmallow 6.0 if you build/install the `emulator` build variant or APK. The `emulator` variant is signed with the Android Emulator platform keystore and thus has permissions to modify the wifi access points again. The `emulator` apk will only work on emulators, not real devices. @@ -50,4 +50,4 @@ The proxy can be cleared for an SSID by executing the following: example of a .sh script, pre-filling the IP Address, for daily updating of the unique SSID IPADDRESS=`ifconfig en0 | grep inet | grep -v inet6 | awk '{print $2}'` - adb shell am start -n tk.elevenk.proxysetter/.MainActivity -e host $IPADDRESS -e port 8888 \ No newline at end of file + adb shell am start -n tk.elevenk.proxysetter/.MainActivity -e host $IPADDRESS -e port 8888