An android app that sends phone location details via sms and to the web. A hack for MFA mobile workshop.
whereami is hosted in the following web site
https://github.com/eyedol/whereami
If you think the Android project whereami listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of whereami.
Item | Value |
---|---|
Java File Count | 4 |
Minimum SDK Version | 3 |
Activity Count | 1 |
Required Permissions | android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET android.permission.RECEIVE_SMS android.permission.SEND_SMS android.permission.WRITE_SETTINGS |
whereami has the following Java source files.
org.addhen.whereami.LocationService.java org.addhen.whereami.SMSReceiver.java org.addhen.whereami.Whereami.java org.addhen.whereami.net.ClientHttpRequest.java