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

[Fix] exported in Android 12 #171

Open
fabioselau077 opened this issue Apr 21, 2022 · 0 comments
Open

[Fix] exported in Android 12 #171

fabioselau077 opened this issue Apr 21, 2022 · 0 comments

Comments

@fabioselau077
Copy link

For people with problems still using Flutter, in addition to putting exported=true in the application's <activity, you need to put it in the <activity of the installed plugins.
That's the only way to work. It will look like this:
<activity android:name="clancey.simpleauth.simpleauthflutter.SimpleAuthCallbackActivity" android:exported="true">

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

No branches or pull requests

1 participant