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
Library breaks build when targeting Android 12
Please add
android:exported="false"
to "com.github.moduth.blockcanary.ui.DisplayActivity"
"com.github.moduth.blockcanary.ui.DisplayActivity"
Or recommend users to add
<activity android:name="com.github.moduth.blockcanary.ui.DisplayActivity" android:exported="false" />
to their AndroidManifest.xml
AndroidManifest.xml
See: https://cafonsomota.medium.com/android-12-dont-forget-to-set-android-exported-on-your-activities-services-and-receivers-3bee33f37beb
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Library breaks build when targeting Android 12
Please add
to
"com.github.moduth.blockcanary.ui.DisplayActivity"
Or recommend users to add
to their
AndroidManifest.xml
See: https://cafonsomota.medium.com/android-12-dont-forget-to-set-android-exported-on-your-activities-services-and-receivers-3bee33f37beb
The text was updated successfully, but these errors were encountered: