zebra-technologies / Scanner-SDK-for-Android

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.
https://www.zebra.com/us/en/support-downloads/software/developer-tools/scanner-sdk-for-android.html
MIT License
41 stars 17 forks source link

Remove the WRITE_EXTERNAL_STORAGE permission #7

Open jakub-uber opened 1 year ago

jakub-uber commented 1 year ago

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.

Riadzebra commented 1 year ago

This permission is needed. we will work on updating the documentation .