Is it possible to activate an application or activity on an android handset from a c2dm server application?

依然范特西╮ 提交于 2019-12-11 23:41:32

问题


I haven't done any android development as of yet but I'd like to write a client server application that allows a person to use a browser to interact with an application on their phone.

I'm wondering if it's possible to use c2dm to start applications or do other things like activities on an android handset?

Ideally I would run the server side in app engine.


回答1:


You could start an application from your own when you receive a C2DM intent. But without being a system application, you will not be able to interact with other apps at all, beyond sending them intents.



来源:https://stackoverflow.com/questions/6035049/is-it-possible-to-activate-an-application-or-activity-on-an-android-handset-from

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!