-3

How to send my current location via SMS? in Android. Can I get the Source code please.

Thanks in advance.

1 Answers1

0

To send a SMS you can use the SmsManager API : http://developer.android.com/reference/android/telephony/SmsManager.html

And a little search on Google give me this result on how to use the GPS : How to get current location in Android or you can make a little search in the Android API Manuals.

Community
  • 1
  • 1
Cyprien Aubry
  • 641
  • 8
  • 19