We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.) first of all this code was not working without location permission So I had to add these lines below in manifest.xml files :
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
2.) After scanned result password input dialogue box pop up doesn't work at all, it asks the password but doesn't submit it for further process.
So password issue I'm facing currently now.. testing this on my mi note 5 pro (8.1.0) oreo.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.) first of all this code was not working without location permission So I had to add these lines below in manifest.xml files :
2.) After scanned result password input dialogue box pop up doesn't work at all, it asks the password but doesn't submit it for further process.
So password issue I'm facing currently now.. testing this on my mi note 5 pro (8.1.0) oreo.
The text was updated successfully, but these errors were encountered: