随笔分类 - Android Intent
摘要:guide/components/intents-common.html 包含:Alarm Clock Calendar Camera Contacts/People App Email File Storage Local Actions Maps Music or Video New Note
阅读全文
摘要:Receiving an Implicit Intent To advertise which implicit intents your app can receive, declare one or more intent filters for each of your app compone
阅读全文
摘要:Forcing an app chooser When there is more than one app that responds to your implicit intent, the user can select which app to use and make that app t
阅读全文
摘要:Building an Intent An Intent object carries information that the Android system uses to determine which component to start (such as the exact componen
阅读全文
摘要:Intent Types There are two types of intents: Explicit intents specify the component to start by name (the fully-qualified class name). You'll typicall
阅读全文
摘要:Intents An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between
阅读全文