Android Question Zxingbarcodescanner library

hongbii khaw

Member
Licensed User
Longtime User
Hi all,
I have an apps using Zxingbarcodescanner library, it default target sdkversion is 17, when I change it to 23, the library didn't work.
Any solution for this?

Thank you.
 

DonManfred

Expert
Licensed User
Longtime User
Using targed 23+ you need to use RuntimePermission. Are you using it???
 
Upvote 0

hongbii khaw

Member
Licensed User
Longtime User
Hi all,
I follow the step describe in
B4X:
https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/#content
and everything work.
Thanks to DonManfred and Erel.
 
Upvote 0
Top