Skip to content

[nl] Android App permissies

TheLastProject edited this page Jun 27, 2015 · 2 revisions

Kan ik Kontalk's Android permissies vertrouwen?

Kontalk is een open source project, en dus is de broncode voor iedereen beschikbaar om te lezen en na te kijken. Elke permissie die Kontalk aan vraagt is nodig voor een correct werking. Echter, als je de voorgebouwde apk van de Play Store niet vertrouwd, kun je het van F-Droid downloaden: zij bouwen hun apps direct van de broncode.

Permissies

android.permission.ACCESS_NETWORK_STATE

Wordt gebruikt om te kijken of het netwerk beschikbaar is zodat de achtergronddienst op het goede moment gestart of gestopt kan worden.

android.permission.AUTHENTICATE_ACCOUNTS

Wordt gebruikt zodat een Kontalk account geauthentiseerd kan worden.

android.permission.CALL_PHONE

Wordt gebruikt door het bel menu om een contact direct te bellen.

android.permission.GET_ACCOUNTS

Wordt gebruikt om een lijst van Kontalk accounts op het apparaat op te halen (momenteel wordt slechts een account ondersteund, maar de permissie is toch nodig).

android.permission.INTERNET

Wordt gebruikt voor internet toegang.

android.permission.MANAGE_ACCOUNTS

Wordt gebruikt om Kontalk accounts aan Android toe te voegen of te verwijderen.

android.permission.READ_CONTACTS

Wordt gebruikt om contacten te lezen en te kijken welke contacten Kontalk gebruiken. Enkel hashes van telefoonnummers worden naar de server gestuurd.

android.permission.READ_EXTERNAL_STORAGE

Wordt gebruikt om bestanden op de externe opslag te kunnen versturen naar andere gebruikers.

android.permission.READ_PHONE_STATE

Used in the first registration screen to automatically obtain the device phone number and fill in the registration form.

android.permission.READ_SYNC_SETTINGS

Allows Kontalk to check if contact sync is enabled in system settings.

android.permission.READ_SYNC_STATS

Needed for checking if a contact sync is currently active.

android.permission.RECEIVE_BOOT_COMPLETED

Used to notify the user on boot about unread messages.

android.permission.USE_CREDENTIALS

Needed so the Kontalk authentication token can be used to login to the server.

android.permission.VIBRATE

Needed for enabling vibration when notifying about incoming messages.

android.permission.WAKE_LOCK

Needed to keep the device on when connected to the service or doing active conversation. Note that Kontalk never keeps the display on, just the device.

android.permission.WRITE_CONTACTS

Used to write Kontalk entries in Android contacts for registered buddies.

android.permission.WRITE_EXTERNAL_STORAGE

Needed for storing downloaded media.

android.permission.WRITE_SYNC_SETTINGS

Used during first registration to set the Kontalk account to automatically sync (however the master sync setting is not touched).

com.google.android.c2dm.permission.RECEIVE

Needed for the push notifications feature.

org.kontalk.permission.C2D_MESSAGE

Needed for the push notifications feature.

com.android.vending.BILLING

Needed for in-app donation.

Clone this wiki locally