Replies: 3 comments
-
The camera is used to scan barcodes, nothing more. The privacy policy is completely up to you. You may have to get legal advice on that, and it's completely outside the scope of this project. |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
You can remove the permission by adding this to your manifest: <uses-permission android:name="android.permission.CAMERA" tools:node="remove"/> That said, the main purpose of this library is the camera control. If you're only using this library for encoding barcodes, you could also just copy the source of single class for that, and depend on |
Beta Was this translation helpful? Give feedback.
-
I add zxing in my android app and now googlePlay say that is mandatory add a privacy policy document because i add a Camera permission.
I don't have a camera permission, is zxing.
What document can i add to googlePlay?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions