我应该在哪里添加 foll.intent
Intent intent = new Intent(this, ConversationActivity.class);
startActivity(intent);
到目前为止,我已经按照 Applozic 在 github 上的说明进行操作。但我坚持这一点。
我有一个 MainActivity、ApplozicGcmListenerService 类、GcmInstanceIDListenerService 类、GCMRegistrationUtils 类。