-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android O 新增service加载失败 #232
Comments
你刷了 O ? |
嗯,刷了,测试了下demo,除了新增的service不生效之外,其他正常 |
没有源码,看的好累,等source open了,再来看 |
Android O中ActivityManagerNative被废弃,ActivityManagerProxy被移除了,AMS采用了AIDL的方式实现。需要hook ActivityManager中的IActivityManagerSingleton。 |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: