问题
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