The Zebra Scanner SDK for Android enables cordless scanners to be connected and controlled by a tablet / smart phone without using a cradle, after pairing over Bluetooth.
The library contains the runtime permission WRITE_EXTERNAL_STORAGE. However, the documentation doesn't mention any use case for it and it seams to be unused. It should be removed from the library manifest. Alternatively, the purpose of this permission should be explained in the documentation.
The library contains the runtime permission
WRITE_EXTERNAL_STORAGE
. However, the documentation doesn't mention any use case for it and it seams to be unused. It should be removed from the library manifest. Alternatively, the purpose of this permission should be explained in the documentation.