LucaMs Expert Licensed User Longtime User Nov 21, 2019 #1 Double-click on a dangerous permission (in the Permissions window) will automatically add the code needed to the manifest file and the b4a code needed to the current activity (Main) (Private rp As RuntimePermissions and other)
Double-click on a dangerous permission (in the Permissions window) will automatically add the code needed to the manifest file and the b4a code needed to the current activity (Main) (Private rp As RuntimePermissions and other)
Erel B4X founder Staff member Licensed User Longtime User Nov 21, 2019 #2 1. No code needs to be added to the manifest editor. 2. The runtime permission request should be implemented based on your app specific requirements. At least parts of it.
1. No code needs to be added to the manifest editor. 2. The runtime permission request should be implemented based on your app specific requirements. At least parts of it.
LucaMs Expert Licensed User Longtime User Nov 21, 2019 #3 Erel said: 2. The runtime permission request should be implemented based on your app specific requirements. At least parts of it. Click to expand... uhm... not even basic code, always necessary? ok, I do everything "by hand" (I also have to study how to request permissions at runtime, when they are so many! )
Erel said: 2. The runtime permission request should be implemented based on your app specific requirements. At least parts of it. Click to expand... uhm... not even basic code, always necessary? ok, I do everything "by hand" (I also have to study how to request permissions at runtime, when they are so many! )
LucaMs Expert Licensed User Longtime User Nov 21, 2019 #4 LucaMs said: (I also have to study how to request permissions at runtime, when they are so many! ) Click to expand... https://www.b4x.com/android/forum/threads/handle-multiple-permission-request.94611/#post-598788
LucaMs said: (I also have to study how to request permissions at runtime, when they are so many! ) Click to expand... https://www.b4x.com/android/forum/threads/handle-multiple-permission-request.94611/#post-598788