Android Question Zebra Barcode Scanner and Receiver Module not working

techgreyeye

Member
Licensed User
Longtime User
Hello !

I recently updated one of my apps to target SDK 34 to avoid so many warnings when customers are installing the app. I had to make various changes, but I am left with one unresolved issue.
One customer with a newer Zebra running Android 14 had scanning stop working, and I don't have access to a newer device for debugging (I still have a TC20 running Android 8.1).
Having looked on the forums, I decided to process the intents using a Receiver module rather than a Service using BroadcastReceiver. I am not receiving any barcode scans in the Receiver module.

I've attached a minimal project showing the issue. There is a variable useService in Main which can be set to true or false.

The intent on the Zebra is configured as it is because the app was initially written by somebody else who copied an example and released it without changing them. Could the naming be the issue? Am I missing something from the manifest?

I'd really appreciate if anyone could have a look and see where it is going wrong.

Thank you :)
 

Attachments

  • ZebraApp.zip
    10.1 KB · Views: 3
Top