sending a keyword to bring the location
Clash Royale CLAN TAG #URR8PPP sending a keyword to bring the location hello every one **i want to send a keyword in a message that bring me the location of the reciever when the message will send i don t know how to add this option in my code ** i have my own map that i created with fragment that gives you your position this is my main activity import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.View; import android.widget.EditText; import android.widget.TextView; public class Main3Activity extends AppCompatActivity { private static final String TAG = Main3Activity.class.getSimpleName(); @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main3); } /** * Uses an implicit intent to dial the phone with the Phone app. * Gets the phone number...