清单应用程序的行为和意图过滤器?过滤器、意图、应用程序、清单

由网友(可萌可猛可汉子)分享简介:我感兴趣的激活另一个应用程序的活动。我从书上知道的Andr​​oid SDK,它可能更好地与一个隐含的意图做到这一点。然而,本次活动不驻留在我自己的应用程序,所以我不知道的意图过滤器的作用,类别和数据标志。I am interested in activating another application's acti...

我感兴趣的激活另一个应用程序的活动。我从书上知道的Andr​​oid SDK,它可能更好地与一个隐含的意图做到这一点。然而,本次活动不驻留在我自己的应用程序,所以我不知道的意图过滤器的作用,类别和数据标志。

I am interested in activating another application's activity. I know from reading the Android SDK that it's probably better to do this with an implicit intent. However, this activity doesn't reside in an application I own, so I don't know the action and category and data flags on the intent-filter.

我怎么可以检查,如活动课和意向过滤器的活动(如在清单中声明)的Andr​​oid应用程序的元数据?

How can I examine an Android applications metadata like the activity classes and the intent-filters for those activities (if declared in the manifest)?

谢谢!

推荐答案

我会尝试这个。

检查 OpenIntents软件 与开发。 使用的Andr​​oid apktool 也看到了应用程序的清单。 Check on openintents Contact the developer. Use android-apktool too see the app's manifest.

这可能是非法使用的Andr​​oid apktool。使用它根据自己的风险。

It might be illegal to use android-apktool. Use it under your own risk.

阅读全文

相关推荐

最新文章