AndroidPerformanceMonitor
AndroidPerformanceMonitor copied to clipboard
Easy fix for apps targeting Android 12
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
您发给我的信件已经收到。 谢谢!
已收到