- android.permission.ACCESS_NETWORK_STATE
- android.permission.ACCESS_WIFI_STATE
- android.permission.RECEIVE_BOOT_COMPLETED
Jul 30, 2015
The app should work better in android 4 (Ice Cream Sandwich).
New permission: RECEIVE_BOOT_COMPLETED is required for the app to start on bootup (it has to be enabled in the app's settings first)
App doesn't ignore the bootup setting anymore.
App doesn't write debug messages to log anymore.