| 68 | } |
| 69 | |
| 70 | static void handleStoragePermissionChanged(JNIEnv *, jobject, jboolean storagePermissionGranted) |
| 71 | { |
| 72 | QMetaObject::invokeMethod(appObjectForJava, "handleStoragePermissionChanged", Qt::QueuedConnection, Q_ARG(bool, storagePermissionGranted)); |
| 73 | } |
| 74 | |
| 75 | static void handleNotificationPermissionChanged(JNIEnv *, jobject, jboolean notificationPermissionGranted) |
| 76 | { |
nothing calls this directly
no outgoing calls
no test coverage detected