MCPcopy Create free account
hub / github.com/ALEX5402/NewBlackbox / disableResourceLoading

Function disableResourceLoading

Bcore/src/main/cpp/BoxCore.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125bool disableResourceLoading(JNIEnv *env, jclass clazz) {
126 ALOGD("set disableResourceLoading");
127 if(!disable_resource_loading()){
128 ALOGD("set disableResourceLoading Fail!!!");
129 return false;
130 }
131 return true;
132}
133
134static JNINativeMethod gMethods[] = {
135 {"disableHiddenApi", "()Z", (void *) disableHiddenApi},

Callers

nothing calls this directly

Calls 1

disable_resource_loadingFunction · 0.85

Tested by

no test coverage detected