I am confused , how to use Uri
because i am using it in android development at Intent's
Action dial
Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:555-2368"));
What I want to do :
I want to create a file inside which I want to put 2 phone numbers. Then, I want to use toUri()
method with this file, and want to put that Uri
in the intent, then I want to see what happens with the intent.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…