-
public class BluetoothPermissionUtil
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
BLUETOOTH
public final static String
BLUETOOTH_ADMIN
public final static String
ACCESS_FINE_LOCATION
public final static String
BLUETOOTH_SCAN
public final static String
BLUETOOTH_CONNECT
public final static String
BLUETOOTH_ADVERTISE
-
Method Summary
Modifier and Type Method Description static boolean
isBluetoothOpened()
static boolean
checkSelfPermission(Context context, String permission)
static void
putBluetoothPermissionLogStat(Context context, Map<String, Object> params)
-
-
Method Detail
-
isBluetoothOpened
static boolean isBluetoothOpened()
-
checkSelfPermission
static boolean checkSelfPermission(Context context, String permission)
-
putBluetoothPermissionLogStat
static void putBluetoothPermissionLogStat(Context context, Map<String, Object> params)
-
-
-
-