Add a method to detect Google Play build
This commit is contained in:
parent
582bd92d31
commit
e2dd5109f9
3 changed files with 9 additions and 0 deletions
|
|
@ -287,6 +287,11 @@ bool AndroidController::requestAuthentication()
|
|||
return result;
|
||||
}
|
||||
|
||||
bool AndroidController::isPlay()
|
||||
{
|
||||
return callActivityMethod<jboolean>("isPlay", "()Z");
|
||||
}
|
||||
|
||||
// Moving log processing to the Android side
|
||||
jclass AndroidController::log;
|
||||
jmethodID AndroidController::logDebug;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue