8#ifndef META_OCEAN_PLATFORM_ANDROID_PERMISSION_H
9#define META_OCEAN_PLATFORM_ANDROID_PERMISSION_H
39 static bool hasPermission(JavaVM* javaVM,
jobject activity,
const std::string& permission,
bool& state,
const bool translate =
true);
49 static bool requestPermissions(JavaVM* javaVM,
jobject activity,
const std::vector<std::string>& permissions,
const bool translate =
true);
The namespace covering the entire Ocean framework.
Definition Accessor.h:15