Arduino Bluetooth Voice Contro

Download: Arduino Bluetooth Voice Contro APK

  • Latest Version
Application ID appinventor.ai_ashishmarch12.Bluetooth_Voice
Downloads 9.63K
Upload by Uncia Robotics
Rating 3.8/33+
Content rating Everyone
Requires android 2.1 and up
Updated on Mar 11, 2020

android.Manifest.permission

  • android.permission.ACCESS_NETWORK_STATE:
    Allows applications to access information about networks.
  • android.permission.ACCESS_WIFI_STATE:
    Allows applications to access information about Wi-Fi networks.
  • 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.INTERNET:
    Allows applications to open network sockets.
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • android.permission.RECORD_AUDIO:
    Allows an application to record audio.