Android:在另一个仅包含默认操作/类别的应用中启动活动

时间:2015-08-27 17:29:35

标签: android html5 cordova android-intent

我已经阅读了文档,但还有一件事我不太确定...

是否可以在另一个仅设置了以下intent-filters的应用中启动一个Activity?:

<intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
            </intent-filter>

(我实际上是尝试使用webintent cordova插件开始此活动,但是没有取得多大成功)

1 个答案:

答案 0 :(得分:1)

看起来您可以使用此Cordova插件来启动应用程序:

https://github.com/lampaa/com.lampa.startapp