It will just not deliver the intent . The type could also be set explicitly in the Intent object.See the Intent class description for the full list of categories. 默认情况下,大部分的intent 无法从一个profile跨越到另一个。 By default, most intents do not cross from one profile to another.
设定哪些intent 被允许从一个profile跨越到另一个. Configure which intents are allowed to cross from one profile to the other. 默认情况下,大部分的intent 无法从一个profile跨越到另一个。 By default, most intents do not cross from one profile to the other. 接收器是一个应用程序组件,它接收请求并处理intent 。 The receiver is an application component that receives requests to process intents . Intent 可以用来启动一个Activity,或者启动一个Service,还可以发起一个广播(Broadcast)。Intents can be used to start an activity, start a service or start a broadcast. Android系统将广播通知称为intent ,它能够被用于启动Activity。 The Android system models broadcast announcements as intents , which can be used to start an activity. 例如,Intent 传达的请求可以是启动一个显示图像或打开网页的Activity。 For example, an intent might convey a request for an activity to show an image or to open a web page. 当系统界面询问用户使用哪个应用来执行任务时,这就是intent 过滤器在起作用。 When the system UI asks a user which app to use in performing a task, that's an intent filter at work. 尽管Intent 可以通过多种方式促进组件之间的通信,但其基本用例主要包括以下三…. Even though intents facilitate communication between components in many ways, there are three basic use-cases:. 如需详细了解Activity如何响应Intent,请参阅Intent 和Intent过滤器。 For more information about using intents, see the Intents and Intent Filters document. Intent 过滤器经常会声明仅包含android:mimeType属性的<data>。It's common for an intent filter to declare a<data> that includes only the android: mimeType attribute. 关于使用intent 的更多信息,请详阅Intent 和Intent 过滤器文档。 For more information about using intents , see the Intents and Intent Filters document. 在通读SampleSyncAdapter代码时,您会注意到,有些方法在bundle中返回了某个Intent 。 As you read through the SampleSyncAdapter code, you will notice that several of the methods return an intent in a bundle. 设备不允许地图intent 在profile之间跨越,但是在应该程序所运行的profile之中有恰当的响应. The device does not allow map intents to cross between profiles, but there is a suitable handler on the app's profile. 如果您在我们的产品列表中没有找到您自己的Intent 激光雕刻,您也可以联系我们,我们可以提供定制服务。 If you do not find your own Intent desert boots in our product list, you can also contact us, we can provide customized services. 注意:为了接收隐式Intent ,您必须在Intent 过滤器中添加CATEGORY_DEFAULT类别。 Note: To receive implicit intents , you must include the CATEGORY_DEFAULT category in the intent filter. 平台Intent CTS会按照SDK可用Intent 中所述测试核心平台Intent 。 Platform Intents The CTS tests the core platform intents , as documented in the SDK Available Intents . 在某些情况下,您可以启动Activity来接收结果,在这种情况下,Activity也会在Intent 中返回结果。 In some cases, you can start an activity to receive a result, in which case the activity also returns the result in an Intent . 简要介绍intent 和IntentFilter之后,下一节介绍Android应用程序的四种主要类型。 After this brief introduction to the intent and IntentFilter, the next section introduces the four main types of Android applications. 应用程序可以按照相似或互补的方式进行注册,表明它们有能力或有兴趣执行各种请求或intent 。 In a similar and complementary fashion, applications can register themselves as capable and interested in satisfying various requests or intents . 设备不允许地图intent 在profile之间跨越,并且在设备的profile之中没有恰当的响应. The device does not allow map intents to cross between profiles, and there is no suitable handler for map intents on the device's profile. 如果您打算构建一个独立的应用,不允许其他应用激活其Activity,则不需要任何其他intent 过滤器。 If you intend for your app to be self-contained and not allow other apps to activate its activities, you don't need any other intent filters. 调用startActivity()时,可以在Intent 中加入一个标志,用于声明新Activity如何(或是否)与当前任务关联。 Calls to startActivity() can include a flag in the Intent that declares if and how the new activity should be associated with the current task. NextIntent 为航空航天、国防和飞机行业设计和制造组件和子组件--与国家实验室密切合作,为尖端项目提供支持。 Next Intent designs and builds components and sub-assemblies for the Aerospace, Defense, and Aircraft industries- working closely with national laboratories to support leading-edge projects. 调用startActivity()时,可以在Intent 中包含一个标志,用于指明新activity如何(是否)与当前task相关联。 Calls to startActivity() can include a flag in the Intent that declares if and how the new activity should be associated with the current task.
Display more examples
Results: 29 ,
Time: 0.0218