MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / GetDeviceUUID

Function GetDeviceUUID

src/android/Platform_Android.c:174–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void GetDeviceUUID(cc_string* str) {
175 JNIEnv* env;
176 Java_GetCurrentEnv(env);
177
178 jobject obj = Java_ICall_Obj(env, JAVA_getUUID, NULL);
179 Java_DecodeString(env, obj, str);
180
181 Java_DeleteLocalRef(env, obj);
182}
183
184
185/*########################################################################################################################*

Callers 1

GetMachineIDFunction · 0.85

Calls 1

Java_DecodeStringFunction · 0.85

Tested by

no test coverage detected