Android TaskSync

Contact: tasksync[at]gmx.at



Permissions


These are the permissions requested by the app during the install process. Here you also can find a short description why I need a specific permission.

android.­permission.­WRITE_EXTERNAL_STORAGE

Used to create files on the device, for example, to create logfiles which are used to provide support.

android.­permission.­INTERNET and android.­permission.­ACCESS_NETWORK_STATE

Used to access contact information available at server connected by a network like the Internet.

android.­permission.­READ_PHONE_STATE

For licensing the app needs access to device id.

android.­permission.­VIBRATE

Used to vibrate on specific events (for example, on the configured task starting time).

com.­android.­vending.­BILLING

Used if the app was bought on the Google Play store.

android.­permission.­RECEIVE_BOOT_COMPLETED

For the automatic background sync feature.

android.­permission.­WAKE_LOCK

For the automatic background sync and to prevent the device to go in sleep mode during operations.