MoBill Budget and Reminder

Android Permissions Explained

android.permission.INTERNET: MoBill uses the internet connection for only Cloud Sync, Dropbox backup and receiving ads

android.permission.ACCESS_NETWORK_STATE: This is required to check the internet connection

android.permission.RECEIVE_BOOT_COMPLETED: This is required to be able to set the reminders after device reboot. Android removes all reminders when the phone/tablet is turned off or rebooted, thus MoBill has to set all reminders again

com.android.vending.BILLING: Google billing service for AdFree Subscription purchase

android.permission.READ_PHONE_STATE: If you receive a call when using MoBill, MoBill needs to allow receiving the cal and to save the data to restore after the call

android.permission.READ_CALENDAR, android.permission.WRITE_CALENDAR: These are required for Google Calendar Synchronization

android.permission.GET_ACCOUNTS: This is used for AdFree Subscription activation as AdFree subscription is registered with the account

android.permission.WAKE_LOCK: It is used by reminders and attaching a photo/document to a transaction

android.permission.VIBRATE: This is used for vibration on notifications

android.permission.WRITE_EXTERNAL_STORAGE: It is required to be able to read and write backup files