am 73da981f
: Merge "Remove getRequiredPermission from NDK." into klp-modular-dev
* commit '73da981fd60f9dc855a04ea53e9fff59a011577e': Remove getRequiredPermission from NDK.
This commit is contained in:
@ -168,8 +168,3 @@ const char* ASensor_getStringType(ASensor const* sensor)
|
||||
{
|
||||
return static_cast<Sensor const*>(sensor)->getStringType().string();
|
||||
}
|
||||
|
||||
const char* ASensor_getRequiredPermission(ASensor const* sensor)
|
||||
{
|
||||
return static_cast<Sensor const*>(sensor)->getRequiredPermission().string();
|
||||
}
|
||||
|
Reference in New Issue
Block a user