MyApplication.java 275 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 package cn.banxe.bxe; import com.tencent.chat.flutter.push.tencent_cloud_chat_push.application.TencentCloudChatPushApplication; public class MyApplication extends TencentCloudChatPushApplication { @Override public void onCreate() { super.onCreate(); } }