1# syscap_ndk.h 2 3 4## Overview 5 6Provides the API for querying whether a SystemCapability (SysCap) is supported. SysCap refers to a standalone feature in the operating system. Different devices support different SysCap sets. Each SysCap corresponds to one or more APIs. You can determine whether an API can be used by checking SysCap support. 7 8**Since** 9 108 11 12**Related module** 13 14[Init](init.md) 15 16 17## Summary 18 19 20### Functions 21 22| Name| Description| 23| -------- | -------- | 24| [canIUse](init.md#caniuse) (const char \*cap) | Checks whether a SysCap is supported.| 25