实习笔记-18

协调问题

  1. 需要SceneEvent的Observer(√)
  2. 跳转问题(√):
    1. battery错误跳转到boost,boost错误跳转到boost
    2. MainPageActivity在任务栈中时,点击通知按钮不跳转到功能页面,没有处理onNewIntent
  3. 在什么位置startService(√)

startActivity的过程

  1. 如果intent指明了Component,直接通过component找到ActivityInfo,否则
  2. 如果Intent指定了组件所在包名,通过包名获取ActivityInfo,否则
  3. 通过ActivityIntentResolver等类的queryIntentForPackage进行模糊匹配,如Action,Category
作者

Meow Meow Liu

发布于

2022-03-22

更新于

2025-04-15

许可协议

评论