|
|
@ -975,7 +975,7 @@ Java_com_xypower_mpapp_MicroPhotoService_reloadConfigs(
|
|
|
|
return JNI_FALSE;
|
|
|
|
return JNI_FALSE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool res = pTerminal->LoadAppConfigs();
|
|
|
|
bool res = pTerminal->LoadAppConfigs(true);
|
|
|
|
return res ? JNI_TRUE : JNI_FALSE;
|
|
|
|
return res ? JNI_TRUE : JNI_FALSE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|