public class SystemRequirementChecker
extends java.lang.Object
Constructor and Description |
---|
SystemRequirementChecker() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkAllPermissions(android.content.Context context)
Check all permissions that required.
|
static boolean |
isBluetoothLeAvailable(android.content.Context context)
Check if bluetooth low energy is available.
|
public static boolean isBluetoothLeAvailable(android.content.Context context)
context
- the Context
where checking happenpublic static boolean checkAllPermissions(android.content.Context context)
context
- the Context
where checking happen