标签: android-intent
如何启动使用GCM作为意图的活动?因为如果我从意图开始该类应用程序只是停止/ freez。但是如果我把这个类作为一个主要的活动来运行它就可以了。
Intent intent = new Intent(this,GameActivity.class); startActivity(意向);