|
@@ -2090,7 +2090,7 @@ int Android_JNI_GetPowerInfo(int *plugged, int *charged, int *battery, int *seco
|
|
}
|
|
}
|
|
|
|
|
|
/* Add all touch devices */
|
|
/* Add all touch devices */
|
|
-int Android_JNI_InitTouch() {
|
|
|
|
|
|
+void Android_JNI_InitTouch() {
|
|
JNIEnv *env = Android_JNI_GetEnv();
|
|
JNIEnv *env = Android_JNI_GetEnv();
|
|
(*env)->CallStaticVoidMethod(env, mActivityClass, midInitTouch);
|
|
(*env)->CallStaticVoidMethod(env, mActivityClass, midInitTouch);
|
|
}
|
|
}
|