permissions FAQ

This commit is contained in:
Jarrad Hope 2017-01-05 18:12:57 +07:00
parent e91c16466f
commit 78ea650bcf
1 changed files with 14 additions and 0 deletions

View File

@ -80,6 +80,20 @@ Were currently supporting 30 languagesthis includes; English, 官話
If you see a typo, mistranslation or something missing, don't hesitate to let us know! If you see a typo, mistranslation or something missing, don't hesitate to let us know!
## What about all these permissions in the app?
Permissions are always a hot topic for apps, we hate the way were doing them too. The good news is its only like this for alpha and in production well make permission usage on-demand. At the moment theres many moving parts and a bunch of react-native dependencies (and Instabug) which dont have code to ask on-demand. Thanks for understanding!
**Contacts, SMS, Telephone**these are for an optional step of phone contact synchronisation. We dont use them unless you tap on the phone sync request message.
**Location**Currently used for our toy !location command. Our aim is to provide this to DApps For things like sharing location with friends, ordering food, or self-driving cars.
**Microphone**In this version, we dont need it, its there because we intended to send audio messages over Whisper, in practice this was a bad idea. We still intend to offer Audio messages in Beta so its going to stay. It is also used in Instabug which we use to collect feedback.
**Storage**We need a place to put the blockchain data.
**Camera**We use this for setting your profile picture and for reading QR codes.