PhoneGap - 从当前应用程序启动其他应用程序

时间:2013-03-02 15:38:27

标签: android cordova android-intent

我正在为Android开发一个基于phonegap的应用程序,想知道如何运行另一个应用程序,甚至在当前设备中未安装所需应用程序时进入Android市场。

任何帮助都将不胜感激。

2 个答案:

答案 0 :(得分:2)

是的Dozent,这是可能的,但你可能最终需要编写一个插件来调用Android Intent。许多核心PhoneGap API都像Camera使用Intents。

http://developer.android.com/guide/topics/intents/intents-filters.html

http://wiki.phonegap.com/w/page/36753494/How%20to%20Create%20a%20PhoneGap%20Plugin%20for%20Android

答案 1 :(得分:1)

查看此名为WebIntent的插件。要了解有关意图的更多信息,请参阅here