Hello,
I'm using a edited copy of bellow example in order to scan QRcodes with my app.
https://www.b4x.com/android/forum/threads/b4x-b4xpages-barcode-reader.120417/page-2#posts
Today as i was reading google console i saw an error about camera.
As i can see is the new politics in ver 34, and as explained here i put
in manifest.
I wonder if you guys has same problem and if everything is allright now or i need something else to do.
Thanks for any help
I'm using a edited copy of bellow example in order to scan QRcodes with my app.
https://www.b4x.com/android/forum/threads/b4x-b4xpages-barcode-reader.120417/page-2#posts
Today as i was reading google console i saw an error about camera.
"As of Android 14, developers must specify service types when services are detected in the foreground in their app's manifest. A version of your app that is currently in production has an error because it tries to launch a service in the foreground when no service type is declared in the foreground. Make sure that the service types for the services being started in the foreground are defined in your application's manifest."
As i can see is the new politics in ver 34, and as explained here i put
B4X:
AddPermission(android.permission.FOREGROUND_SERVICE_CAMERA)
in manifest.
I wonder if you guys has same problem and if everything is allright now or i need something else to do.
Thanks for any help