#include <QtCore/QJniEnvironment>
#include <QtCore/QLoggingCategory>
#include <QtCore/QString>
Go to the source code of this file.
|
| void | AndroidInterface::setNativeMethods () |
| |
| bool | AndroidInterface::checkStoragePermissions () |
| |
| QString | AndroidInterface::getSDCardPath () |
| |
| void | AndroidInterface::setKeepScreenOn (bool on) |
| |
| template<typename... Args> |
| bool | AndroidInterface::callStaticIntMethod (QJniEnvironment &env, jclass cls, jmethodID method, const char *caller, const QLoggingCategory &logCategory, jint &result, Args... args) |
| |
| template<typename... Args> |
| bool | AndroidInterface::callStaticBooleanMethod (QJniEnvironment &env, jclass cls, jmethodID method, const char *caller, const QLoggingCategory &logCategory, jboolean &result, Args... args) |
| |