We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
原文是: findTaskLocked():该函数的功能是找到目标ActivityRecord(target)所在的任务栈(TaskRecord),如果找到,则返回栈顶的ActivityRecord,否则,返回null 通过查看源码发现这里匹配的是Taskrecord的栈底ActivityRecord,返回的是栈顶ActivityRecord. 希望能交流一下这个点。
The text was updated successfully, but these errors were encountered:
这个项目迁移到:https://github.com/BeesAndroid/BeesAndroid
可以去对应的文章提PR
Sorry, something went wrong.
No branches or pull requests
原文是:
findTaskLocked():该函数的功能是找到目标ActivityRecord(target)所在的任务栈(TaskRecord),如果找到,则返回栈顶的ActivityRecord,否则,返回null
通过查看源码发现这里匹配的是Taskrecord的栈底ActivityRecord,返回的是栈顶ActivityRecord.
希望能交流一下这个点。
The text was updated successfully, but these errors were encountered: