I get the following exception? how can I prevent this?
An error has occured in sub: java.lang.SecurityException: Permission Denial:starting Intent { act=tel flg=0x20000 cmp=com.android.phone/. OutgoingCallBroadcaster } .....
...requires android.permission.CALL_PHONE
Am I getting this error because I am in development mode? WIll this stop if actually installed?
Is there a way to prevent this?