Fix edservice

This commit is contained in:
NekoInverter 2021-01-26 00:42:39 +08:00
parent 7b19a95b9e
commit b749463246
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ namespace edxp {
}
void Context::RegisterEdxpService(JNIEnv *env) {
auto path = ConfigManager::GetFrameworkPath("edservice.dex");
auto path = ConfigManager::GetFrameworkPath("edxp.dex");
std::ifstream is(path, std::ios::binary);
if (!is.good()) {
LOGE("Cannot load path %s", path.c_str());