Closed raheemadamboev closed 4 years ago
Thanks, It is bug. We will fix it in 1.2.2 version. Maximum in 2 days will be released
FIXED
@raheemideadev fixed and released with version 1.2.2
@raheemideadev fixed and released with version 1.2.2
thanks for notifying
may I disable scan function, because it requires camera permission can I use this repository without adding camera permission to the manifest
My app is about education and I guess it does not require camera
The permission is written in the sdk manifest, it cannot be configured. In fact, you never meet these unsupported smartphone models.
@raheemideadev You can disable it in your manifest https://stackoverflow.com/questions/37417259/disable-dependency-library-permission
For you case, you should add this code in your Manifest:
<uses-permission
android:name="android.permission.CAMERA"
tools:node="remove" />
If I want to scan my card it throws exception.
I guess I initialized themeMode
And fragment working with both themes if I change the theme of app
What should I do?