ESP32 OTA BLE

Descargar: ESP32 OTA BLE APK

  • Última versión
ID de aplicación com.fbiego.esp32.ota
Descargas 4.62K
Subir por fbiego
3.8/18+
Everyone
Requiere Android 5.0
Actualizado el Feb 25, 2023

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_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.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.POST_NOTIFICATIONS:
    Allows an app to post notifications
  • com.fbiego.esp32.ota.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION: