是否可以使用Phonegap从另一个应用程序启动一个应用程序?我们想从商店应用程序中调用播放器应用程序吗?
我们还需要第二个应用程序才能将变量返回到第一个应用程序中的脚本。
干杯 保罗
答案 0 :(得分:3)
是的,这是可能的,但你最终可能需要编写一个插件来调用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