| 62 | } |
| 63 | |
| 64 | static void handleAndroidIntent(JNIEnv *, jobject, jstring page, jboolean fromNotification) |
| 65 | { |
| 66 | QMetaObject::invokeMethod( |
| 67 | appObjectForJava, "handleAndroidIntent", Qt::QueuedConnection, Q_ARG(QString, QJniObject(page).toString()), Q_ARG(bool, fromNotification)); |
| 68 | } |
| 69 | |
| 70 | static void handleStoragePermissionChanged(JNIEnv *, jobject, jboolean storagePermissionGranted) |
| 71 | { |