Simple Android application to respond to a specific SMS message from a list of approved numbers with the current location of the phone on Google Maps..
FindMyPhone is hosted in the following web site
https://github.com/kurtisthompson/FindMyPhone
If you think the Android project FindMyPhone 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 FindMyPhone.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.RECEIVE_SMS android.permission.SEND_SMS |
FindMyPhone has the following Java source files.
com.android.findmyphone.ContactAdder.java com.android.findmyphone.DataHelper.java com.android.findmyphone.EditActivity.java com.android.findmyphone.FindMyPhone.java com.android.findmyphone.SmsReceiver.java