Easy fix for apps targeting Android 12
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 65/100
Research direction
Start by locating the Android manifest declaration for com.github.moduth.blockcanary.ui.DisplayActivity and review how the library packages it. Check the Android 12 requirement described in the issue, then build the library or a sample app targeting Android 12. Done means the target build succeeds without the exported-attribute error and the activity declaration remains valid.
Written by the indexing model from the issue text.
Description
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
- Dominant language
- Java
- Stars
- 6.7k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from markzhai/AndroidPerformanceMonitor
-
Difficulty 3/5 1-2 days Newbie friendliness 52/100
markzhai/AndroidPerformanceMonitor#154 · 2 comments ·
-
Difficulty 5/5 Over a week Newbie friendliness 5/100
markzhai/AndroidPerformanceMonitor#153 · 5 comments · 1 reaction ·
-
这个库希望有人能维护一下 Open
Difficulty 5/5 Over a week Newbie friendliness 15/100
markzhai/AndroidPerformanceMonitor#149 · 5 comments · 3 reactions ·
-
如何保证捕获卡顿堆栈的准确性? Open
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
markzhai/AndroidPerformanceMonitor#147 · 8 comments ·
All issues in markzhai/AndroidPerformanceMonitor
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
infinispan/infinispan#18150 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
opensearch-project/k-NN#3597 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100