Arduino Bluetooth

Baixar: Arduino Bluetooth APK

  • Versão mais recente
ID do aplicativo com.arbl.arduinobluetooth
Baixar 12.56K
Enviar por Aki32Dev
Classificação do conteúdo Everyone
Requer Android 5.0
Atualizado em 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.