context.startActivity(Intent(Intent.ACTION_CALL, Uri.parse("tel:" + "+79050045498")))
в манифесте есть разрешение на звонки:
<uses-permission android:name="android.permission.CALL_PHONE" />
но почему-то валится с таким EXCEPTION:
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.motmom.clientsloy.debug, PID: 6826
java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.CALL dat=tel:xxxxx-xxxxxxx-xx-xx cmp=com.android.server.telecom/.components.UserCallActivity } from ProcessRecord{94423a1 6826:com.motmom.clientsloy.debug/u0a246} (pid=6826, uid=10246) with revoked permission android.permission.CALL_PHONE
что делать? как решить проблему?
telephone number was deanoned
нужно прописать пермишн в манифест
Обсуждают сегодня