问题描述
我感兴趣的激活另一个应用程序的活动。我从书上知道的Android 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.
我怎么可以检查,如活动课和意向过滤器的活动(如在清单中声明)的Android应用程序的元数据?
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软件
- 与开发。
- 使用的Android apktool 也看到了应用程序的清单。
- Check on openintents
- Contact the developer.
- Use android-apktool too see the app's manifest.
这可能是非法使用的Android apktool。使用它根据自己的风险。
It might be illegal to use android-apktool. Use it under your own risk.
这篇关于清单应用程序的行为和意图过滤器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!