About 9,590 results
Open links in new tab
  1. Answer incoming call using android.telecom and InCallService

    Jan 20, 2017 · Since API 21, Google has been adding features to android.telecom in general, especially by implementing more members of TelecomManager and the addition of InCallService. This last one …

  2. Revoked permission android.permission.CALL_PHONE - Stack Overflow

    Nov 2, 2015 · <uses-permission android:name="android.permission.CALL_PHONE"/> I'm working with real device for testing and debugging, it is Nexus 5 with Android M, my compileSdkVersion is 23. I'm …

  3. TelecomManager PlaceCall is calling Native Dialer before reaching ...

    Nov 8, 2022 · Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1175 android.content.ContextWrapper.sendBroadcast:489 …

  4. Android: register new PhoneAccount for telecom - Stack Overflow

    I'm trying to make a new PhoneAccount to use my implementation of ConnectionService. In the documentation it says I need to register a new PhoneAccount with TelecomManager and then select …

  5. ConnectionService implementation for OutgoingCall - Stack Overflow

    Jun 27, 2017 · I am trying to implement ConnectionService, PhoneAccount and PhoneAccountHandle inorder to get the disconnectCause for the disconnection of my outgoing call(E.g. User rejected the …

  6. Make phone call while app is in kiosk mode - Stack Overflow

    Nov 1, 2020 · dpm.SetLockTaskPackages(XXX, new[] { MainActivity.PackageName, "com.android.server.telecom"}) } but this approach makes necessary to set our app as device admin, …

  7. Intent Action Call in Android 5 - Stack Overflow

    Fatal Exception: android.content.ActivityNotFoundException No Activity found to handle Intent { act=android.intent.action.CALL dat=tel:xxxxxxxxx pkg=com.android.phone } In the documentation, …

  8. java.lang.SecurityException: Permission Denial: starting Intent

    Aug 8, 2020 · Android Studio anyone can help me fix this the problem happened when call intent to place a call the problem happened after some edits but I forget what I did I just ...

  9. android connectionservice - How to fix java.lang.SecurityException ...

    Jan 19, 2021 · I had the below given code working for me to make a self managed connecion service. But this has stopped working with this error: java.lang.SecurityException: This PhoneAccountHandle …

  10. Fatal Exception: java.lang.SecurityException One of …

    Oct 27, 2023 · Fatal Exception: java.lang.SecurityException pck: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered ...