How can I use my gps coordinates via sms-body android
问题 I have to send my GPS coordinates via SMS, How can I take the latitude and longitude values in SMS body? I tried something but i cant make it with +@id/lat or +String.valueOf(location.getLongitude() in intent.putExtra("sms_body","there would be latitude and longitude values.."); Here is the SmsActivity.java public class SmsActivity extends MainActivity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main);