R RB Smissaert Well-Known Member Licensed User Longtime User May 7, 2018 #1 Trying to make my app make a phone call, but get permission denied. I have added this to the Manifest file: B4X: AddPermission(android.permission.CALL_PHONE) I am using the latest B4A and phone library 2.43 The phone is a Samsung S9. Any idea what could be the problem here? RBS
Trying to make my app make a phone call, but get permission denied. I have added this to the Manifest file: B4X: AddPermission(android.permission.CALL_PHONE) I am using the latest B4A and phone library 2.43 The phone is a Samsung S9. Any idea what could be the problem here? RBS
BillMeyer Well-Known Member Licensed User Longtime User May 7, 2018 #2 This is probably where your problem lies https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/ since you have an S9. Enjoy !! Upvote 0
This is probably where your problem lies https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/ since you have an S9. Enjoy !!
DonManfred Expert Licensed User Longtime User May 7, 2018 #3 Also check this https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/ Upvote 0
Also check this https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/
R RB Smissaert Well-Known Member Licensed User Longtime User May 7, 2018 #4 BillMeyer said: This is probably where your problem lies https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/ since you have an S9. Enjoy !! Click to expand... Thanks, got this working now. RBS Upvote 0
BillMeyer said: This is probably where your problem lies https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/ since you have an S9. Enjoy !! Click to expand... Thanks, got this working now. RBS
R RB Smissaert Well-Known Member Licensed User Longtime User May 7, 2018 #5 DonManfred said: Also check this https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/ Click to expand... Thanks, very useful. RBS Upvote 0
DonManfred said: Also check this https://www.b4x.com/android/forum/threads/android-jar-targetsdkversion-minsdkversion.87610/ Click to expand... Thanks, very useful. RBS