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
New apk is downloaded but cannot install as there is change in 'Install apps from unknown sources' in Oreo. Refer: https://developer.android.com/about/versions/oreo/android-8.0-changes#security-all (scroll little down to unkown sources)
This can be resolved easily by adding this permission in Android.manifest
The text was updated successfully, but these errors were encountered:
This is the permission you can add to fix this:
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
Sorry, something went wrong.
No branches or pull requests
New apk is downloaded but cannot install as there is change in 'Install apps from unknown sources' in Oreo.
Refer:
https://developer.android.com/about/versions/oreo/android-8.0-changes#security-all (scroll little down to unkown sources)
This can be resolved easily by adding this permission in Android.manifest
The text was updated successfully, but these errors were encountered: