markzhai / markzhai/AndroidPerformanceMonitor
什么时候适配andorid12 呢?
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 6.7k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
compileSdk = 32 即android12 ,activity注册清单包含intent-filter后 exported必须指定为true,否则编译无法通过。
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.
Research direction
Inspect the Android manifest activity declarations that include intent-filter entries, along with the compileSdk configuration mentioned in the issue. Verify the Android 12 requirement and check the project’s existing build or manifest tests; done means the project compiles successfully with compileSdk 32 and its declared activities satisfy the requirement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100