Bluetooth Camera

Tải xuống: Bluetooth Camera APK

  • Phiên bản mới nhất
ID ứng dụng com.ab.projects.bluetooth_camera
Tải xuống 102.84K
Tải lên bởi Andrew Blackbaker
Đánh giá 3.6/313+
Xếp hạng nội dung Everyone
Yêu cầu android 9
Đã cập nhật vào Jan 25, 2022

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.CAMERA:
    Required to be able to access the camera device.
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.