top of page

Bills Handler

Permissions

Permissions are required to allow user to access the app easily. We have described the purpose of each permission below.

  • In-app purchases: In App Purchase permission is used to purchase all the features of the app.

  • Find accounts on the device or add or remove accounts: Accounts permission is used for sync feature. Allowing user to select account for sync. We read only to display accounts to user, so that he can select with which account sync should be performed. We don't read any account or its details. Reading and selection of account is done by Google API only.

  • Photos / Media / Files: This permission is used when user wants to add a photo to a transaction. Selected photo is only read by the app.

  • Storage: Android requires storage permission to read bills pictures or export data. This permission is used only when user selected a photo or user wants to export transactions.

  • Network connections: This permission is used to connect to internet for syncing with Google Drive.

  • Run at startup: App runs once at startup for reminder user about any pending bills.

  • Vibration: Vibration is used to remind user about bills.

bottom of page