Arduino Bluetooth Control Plus

Unduh: Arduino Bluetooth Control Plus APK

  • Versi Terbaru
ID Aplikasi com.aniketraj.bluetronics
Unduhan 6.02K
Unggah berdasarkan Aniket Raj
Everyone
Membutuhkan android 5.0
Diperbarui pada Sep 19, 2021

android.Manifest.permission

  • android.permission.ACCESS_COARSE_LOCATION:
    Allows an app to access approximate location.
  • android.permission.ACCESS_FINE_LOCATION:
    Allows an app to access precise location.
  • 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.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.INTERNET:
    Allows applications to open network sockets.
  • android.permission.RECORD_AUDIO:
    Allows an application to record audio.