推送相关key修改
This commit is contained in:
@@ -2,9 +2,6 @@ package com.mango.moshen.application;
|
||||
|
||||
import static com.mango.xchat_android_constants.XChatConstants.HW_APP_ID;
|
||||
import static com.mango.xchat_android_constants.XChatConstants.HW_CERTIFICATE_NAME;
|
||||
import static com.mango.xchat_android_constants.XChatConstants.MZ_APP_ID;
|
||||
import static com.mango.xchat_android_constants.XChatConstants.MZ_APP_KEY;
|
||||
import static com.mango.xchat_android_constants.XChatConstants.MZ_CERTIFICATE_NAME;
|
||||
import static com.mango.xchat_android_constants.XChatConstants.OPPO_APP_ID;
|
||||
import static com.mango.xchat_android_constants.XChatConstants.OPPO_APP_KEY;
|
||||
import static com.mango.xchat_android_constants.XChatConstants.OPPO_CERTIFICATE_NAME;
|
||||
@@ -415,10 +412,7 @@ public class XChatApplication extends Application {
|
||||
mixPushConfig.xmAppId = XM_APP_ID;
|
||||
mixPushConfig.xmAppKey = XM_APP_KEY;
|
||||
mixPushConfig.xmCertificateName = XM_CERTIFICATE_NAME;
|
||||
//魅族推送
|
||||
mixPushConfig.mzAppId = MZ_APP_ID;
|
||||
mixPushConfig.mzAppKey = MZ_APP_KEY;
|
||||
mixPushConfig.mzCertificateName = MZ_CERTIFICATE_NAME;
|
||||
|
||||
//vivo推送
|
||||
mixPushConfig.vivoCertificateName = VIVO_CERTIFICATE_NAME;
|
||||
//oppo推送
|
||||
|
Reference in New Issue
Block a user