Arduino Bluetooth

Tải xuống: Arduino Bluetooth APK

  • Phiên bản mới nhất
ID ứng dụng com.arbl.arduinobluetooth
Tải xuống 12.56K
Tải lên bởi Aki32Dev
Xếp hạng nội dung Everyone
Yêu cầu android 5.0
Đã cập nhật vào Jan 09, 2023

android.Manifest.permission

  • android.permission.BLUETOOTH:
    Allows applications to connect to paired bluetooth devices.
  • android.permission.BLUETOOTH_ADMIN:
    Allows applications to discover and pair bluetooth devices.
  • android.permission.BLUETOOTH_CONNECT:
    Required to be able to connect to paired Bluetooth devices.
  • android.permission.READ_PHONE_STATE:
    Allows read only access to phone state, including the current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.