Merge "Remove getRequiredPermission from NDK." into klp-modular-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
73da981fd6
@ -168,8 +168,3 @@ const char* ASensor_getStringType(ASensor const* sensor)
|
|||||||
{
|
{
|
||||||
return static_cast<Sensor const*>(sensor)->getStringType().string();
|
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