String phone = location.getPhoneNumber(); //Intent intent = new Intent(Intent.ACTION_DIAL, Uri.fromParts("tel", phone, null)); //need click call Intent intent = new Intent(Intent. ACTION_CALL, Uri.fromParts( "tel", phone, null )); //call directly activity.startActivity(intent);
add permission in AndroidManifest.xml
沒有留言:
張貼留言