lundi 13 février 2017

making call and sms from android application not working and in menifest also i have added my permissions

Vote count: 0

Intent callIntent = new Intent(Intent.ACTION_CALL); callIntent.setData(Uri.parse("tel:0377778888"));

    if (ActivityCompat.checkSelfPermission(Main.this, Manifest.permission.CALL_PHONE) != PackageManager.PERMISSION_GRANTED) {
        return;
    }
    startActivity(callIntent);
}

asked 26 secs ago

Let's block ads! (Why?)



making call and sms from android application not working and in menifest also i have added my permissions

Aucun commentaire:

Enregistrer un commentaire