src/api-impl: misc stubbing

This commit is contained in:
Mis012
2022-12-27 17:21:21 +01:00
parent 696fa5a192
commit 2e4590c4d8
15 changed files with 226 additions and 52 deletions

View File

@@ -137,14 +137,6 @@ JNIEXPORT jint JNICALL Java_android_os_Process_getUidForName
JNIEXPORT jint JNICALL Java_android_os_Process_getGidForName
(JNIEnv *, jclass, jstring);
/*
* Class: android_os_Process
* Method: setThreadPriority
* Signature: (II)V
*/
JNIEXPORT void JNICALL Java_android_os_Process_setThreadPriority
(JNIEnv *, jclass, jint, jint);
/*
* Class: android_os_Process
* Method: setCanSelfBackground