Android Question QR reader on B4Xpages

Johan Schoeman

Expert
Licensed User
Longtime User
Add runtime permission for the camera. It will then work - have downloaded and tested the scanner in your project and it works when runtime permission for the camera is added
 
Upvote 0

Pepebis

Member
Licensed User
Longtime User
That is good info. Let me go through forum and find out how to deal with runtime permission. Thank you
 
Upvote 0

Pepebis

Member
Licensed User
Longtime User
I find out permission log list. It's showing is dangerous so I added to manifest
B4X:
AddPermission(android.permission.CAMERA)
still not working. Any idea ?
 

Attachments

  • Screen Shot 10-08-20 at 08.06 PM.PNG
    Screen Shot 10-08-20 at 08.06 PM.PNG
    12.3 KB · Views: 130
Upvote 0

Pepebis

Member
Licensed User
Longtime User
may I ask from where you change that permission? Changing the manifest for each project separately it's let's say problematic.
 
Upvote 0
Top