Arduino Bluetooth Control

Unduh: Arduino Bluetooth Control APK

  • Versi Terbaru
ID Aplikasi com.broxcode.arduinobluetoothfree
Unduhan 453.51K
Unggah berdasarkan broxcode
Peringkat 3.5/824+
Mature 17+
Membutuhkan android 5.0
Diperbarui pada May 24, 2023

android.Manifest.permission

  • android.permission.ACCESS_COARSE_LOCATION:
    Allows an app to access approximate location.
  • android.permission.ACCESS_NETWORK_STATE:
    Allows applications to access information about networks.
  • android.permission.BLUETOOTH_CONNECT:
    Required to be able to connect to paired Bluetooth devices.
  • android.permission.BLUETOOTH_SCAN:
    Required to be able to discover and pair nearby Bluetooth devices.
  • android.permission.INTERNET:
    Allows applications to open network sockets.
  • android.permission.VIBRATE:
    Allows access to the vibrator.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE: