fbritop Active Member Licensed User Longtime User Jun 8, 2018 #1 I'm not clear which one or if both of these RuntimePermissions should I use for Phone Events InitializeWithPhoneState, in order to raise an event (eventName_PhoneStateChanged) when I receive a call? Thanks FBP
I'm not clear which one or if both of these RuntimePermissions should I use for Phone Events InitializeWithPhoneState, in order to raise an event (eventName_PhoneStateChanged) when I receive a call? Thanks FBP
DonManfred Expert Licensed User Longtime User Jun 8, 2018 #2 android.permission.READ_PHONE_STATE Upvote 0
fbritop Active Member Licensed User Longtime User Jun 8, 2018 #3 Thanks, If I choose PERMISSION_CALL_PHONE in order to kill the call, can PERMISSION_CALL_PHONE also raise the phoneEvent on an incoming call? Upvote 0
Thanks, If I choose PERMISSION_CALL_PHONE in order to kill the call, can PERMISSION_CALL_PHONE also raise the phoneEvent on an incoming call?
DonManfred Expert Licensed User Longtime User Jun 8, 2018 #4 New Question: New Thread. No. You need both i guess Upvote 0