4. Instructions of permissions we acquired

Permission instructions of phone device

  • Get mobile phone configuration: Collecting your device number, so that we can synchronous data after your log-in.

  • Get location information: Collecting your location, so that we can recommend the local content to you

Permission instructions of other devices

  • android.permission.RECEIVE_BOOT_COMPLETED : receive the broadcast after the system finishes booting

  • android.permission.CHANGE_WIFI_STATE : change Wi-Fi connectivity state

  • android.permission.BLUETOOTH : connect to paired bluetooth devices

  • android.permission.ACCESS_FINE_LOCATION : access precise location

  • android.permission.ACCESS_COARSE_LOCATION : access approximate location

  • android.permission.VIBRATE : access to the vibrator

  • android.permission.ACCESS_NETWORK_STATE : access information about networks

  • android.permission.ACCESS_WIFI_STATE:Access WiFi connection status

  • android.permission.INTERNET:Access the network

  • android.permission.READ_PHONE_STATE:Read device information

Last updated