Android platform specific functions
C++ class to query Android specific things in Kodi.
It has the header is #include <kodi/platform/android/System.h>.
Example:
|
inline |
Request an JNI env pointer for the calling thread.
JNI env has to be controlled by kodi because of the underlying threading concep.
|
inline |
Request the android sdk version to e.g. initialize JNIBase
.
|
inline |
Request the android main class name e.g. org.xbmc.kodi
.