We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bbced commit dc0ea17Copy full SHA for dc0ea17
modules/clipboard/ANDROID_c_additions
@@ -12,7 +12,7 @@ int android_clipboard_copy(char *str){
12
return 0;
13
}
14
15
-char *android_clipboard_paste(){
+const char *android_clipboard_paste(){
16
JNIEnv *env = GetJNIEnv();
17
jclass main_class = (*env)->FindClass(env, "@SYS_PACKAGE_SLASH@/@SYS_APPNAME@");
18
if (env&&globalObj){
0 commit comments