MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / handleStoragePermissionChanged

Function handleStoragePermissionChanged

syncthingwidgets/quick/android.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70static void handleStoragePermissionChanged(JNIEnv *, jobject, jboolean storagePermissionGranted)
71{
72 QMetaObject::invokeMethod(appObjectForJava, "handleStoragePermissionChanged", Qt::QueuedConnection, Q_ARG(bool, storagePermissionGranted));
73}
74
75static void handleNotificationPermissionChanged(JNIEnv *, jobject, jboolean notificationPermissionGranted)
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected