blob: 313fc2b6df11cdcc548884496ca20d3def44b871 [file] [log] [blame] [edit]
``BIND_ACCESSIBILITY_SERVICE``
* For inspecting the layout and content of the screen.
``BIND_INPUT_METHOD``
* For Android to accept input via BRLTTY from your braille device's keyboard.
``FOREGROUND_SERVICE``
* For creating a foreground notification.
``WAKE_LOCK``
* For resetting the Android device's lock timer
each time you interact with a control on your braille device.
``BLUETOOTH``
* For communicating with a braille device via Bluetooth.
``INTERNET``
* For listening on a TCP/IP port for BrlAPI client connection requests.
``READ_EXTERNAL_STORAGE``
* For reading customized data files
from your Android device's primary shared/external storage area.
``SYSTEM_ALERT_WINDOW``
* For presenting the Accessibility Actions chooser.
``RECEIVE_BOOT_COMPLETED``
* For knowing when locked storage can be accessed after a reboot.
``REQUEST_INSTALL_PACKAGES``
* For upgrading to a newer release.
``ACCESS_WIFI_STATE``
* For getting Wi-Fi status values (for the INDICATORS command).
``ACCESS_FINE_LOCATION``
* For getting the Wi-Fi SSID (for the INDICATORS command).
* For getting cell information (for the INDICATORS command).
``ACCESS_COARSE_UPDATES``
* For getting the cell signal strength (for the INDICATORS command).
``READ_PHONE_STATE``
* For getting the cell data network type (for the INDICATORS command).