摘要: Android意图是一个要执行的操作的抽象描述。它可以通过 startActivity 来启动一个活动,broadcastIntent 来发送广播到任何对它感兴趣的广播接受器组件,startService(Intent) 或者bindService(Intent, ServiceConnection 阅读全文
posted @ 2022-02-20 21:34 DullFan 阅读(592) 评论(0) 推荐(0)