Что означает эта строка кода?
QAndroidJniObject intent("android/content/Intent")
Если я объявлю эту строку кода, могу ли я использовать намерение следующим образом:
QAndroidJniObject intent("android/content/Intent")
QAndroidJniObject::callStaticObjectMethod("org/qtproject/example/WifiReceiver","onReceive","(Landroid/content/Context;Landroid/content/Intent;)V;",QtAndroid::androidContext().object(),intent.object());