Skip to content
CW edited this page Sep 1, 2022 · 2 revisions

Useful stuff

Explanation of Android permissions

  • Device ID & call information & Phone (READ_PHONE_STATE) - To retrieve IMEI/MEID, Serial, Phone number and voicemail number
  • Wi-Fi connection information (ACCESS_WIFI_STATE) - To retrieve Wi-Fi MAC address
  • Precise location (ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION) - To retrieve Wi-Fi BSSID and SSID
  • View network connections (ACCESS_NETWORK_STATE) - To retrieve SIM state
  • Pair with Bluetooth devices (BLUETOOTH) - To retrieve Bluetooth MAC address
  • Paired with Bluetooth devices (BLUETOOTH_CONNECT) - To read Bluetooth Hostname
  • Read Google service configuration (READ_GSERVICES) - to read Google Services Framework (GSF) ID

Clone this wiki locally