Library breaks build when targeting Android 12 Please add ``` android:exported="false" ``` to `"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` See: https://cafonsomota.medium.com/android-12-dont-forget-to-set-android-exported-on-your-activities-services-and-receivers-3bee33f37beb
Library breaks build when targeting Android 12
Please add
to
"com.github.moduth.blockcanary.ui.DisplayActivity"Or recommend users to add
to their
AndroidManifest.xmlSee: https://cafonsomota.medium.com/android-12-dont-forget-to-set-android-exported-on-your-activities-services-and-receivers-3bee33f37beb