实习笔记-18
协调问题
- 需要SceneEvent的Observer(√)
- 跳转问题(√):
- battery错误跳转到boost,boost错误跳转到boost
- MainPageActivity在任务栈中时,点击通知按钮不跳转到功能页面,没有处理onNewIntent
- 在什么位置startService(√)
startActivity的过程
- 如果intent指明了Component,直接通过component找到ActivityInfo,否则
- 如果Intent指定了组件所在包名,通过包名获取ActivityInfo,否则
- 通过ActivityIntentResolver等类的queryIntentForPackage进行模糊匹配,如Action,Category