FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
什么时候适配andorid12 呢? · Issue #146 · markzhai/AndroidPerformanceMonitor · GitHub
markzhai
/
AndroidPerformanceMonitor
Public
Notifications
You must be signed in to change notification settings
Fork
1k
Star
6.7k
Code
Issues
53
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
什么时候适配andorid12 呢?
#146
Copy link
Copy link
Open
Open
什么时候适配andorid12 呢?
#146
Copy link
Description
jv-lee
Issue body actions
compileSdk = 32 即android12 ,activity注册清单包含intent-filter后 exported必须指定为true,否则编译无法通过。
Reactions are currently unavailable
Metadata
Metadata
Assignees
No one assigned
Labels
No labels
No labels
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions
Back
|
FazBrowse Home
|
New Git URL
compileSdk = 32 即android12 ,activity注册清单包含intent-filter后 exported必须指定为true,否则编译无法通过。