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

Function handleAndroidIntent

syncthingwidgets/quick/android.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static 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
70static void handleStoragePermissionChanged(JNIEnv *, jobject, jboolean storagePermissionGranted)
71{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected