in android/src/main/java/com/aliyun/ams/push/AliyunThirdPushUtils.java [106:113]
public static void registerXiaoMiPush(Application application) {
String xiaoMiId = getXiaoMiId(application);
String xiaoMiKey = getXiaoMiKey(application);
if (xiaoMiId != null && xiaoMiKey != null) {
MiPushRegister.register(application, xiaoMiId, xiaoMiKey);
}
}