Skip to content
New issue

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

Update Android Manifest #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ssohaib
Copy link

@ssohaib ssohaib commented Aug 28, 2022

Source code require the android:exported="true" to run on Android 12, kindly update, thanks

Source code require the  android:exported="true" to run on Android 12, kindly update, thanks
@nguyenhoanglam
Copy link
Owner

@ssohaib I've run your PR on Android 12 and it crashes with java.lang.RuntimeException: Unable to get provider androidx.core.content.FileProvider: java.lang.SecurityException: Provider must not be exported. Have you tested it yet?

I think we have to keep android:exported="false" for Provider.

@ssohaib
Copy link
Author

ssohaib commented Aug 28, 2022 via email

@nguyenhoanglam
Copy link
Owner

I run it on android 12 emulator and it works fine. What's your issue with android 12?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants