[android-developers] ACTION_CALL works without permission

2009-01-22 Thread Massimo Carli
Hi all, I'm makeing some test about Android permission with a very simple application. I'm launching this Intent Uri callUri = Uri.parse("tel://12345678"); Intent callIntent = new Intent(Intent.ACTION_CALL,callUri); callIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); st

[android-developers] ACTION_CALL works without permission

2009-01-22 Thread massimocarli
Hi all, I'm makeing some test about Android permission with a very simple application. I'm launching this Intent Uri callUri = Uri.parse("tel://12345678"); Intent callIntent = new Intent(Intent.ACTION_CALL,callUri); callIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);