Arduino Bluetooth

Télécharger: Arduino Bluetooth APK

  • Dernière version
ID d'application com.arbl.arduinobluetooth
Téléchargements 12.56K
Télécharger par Aki32Dev
Everyone
Nécessite Android 5.0
Mise à jour le 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.