Explain permissions
This commit is contained in:
parent
96cf9ee95e
commit
c4ce12ceff
|
@ -1,4 +1,11 @@
|
|||
# Privacy Policy
|
||||
|
||||
All data entered in the monerujo app is stored locally on the device and is not collected remotely or otherwise processed except
|
||||
for the purpose of processing transactions in the monero network in encrypted form.
|
||||
All data entered in the Monerujo app is stored locally on the device and is not collected remotely or otherwise processed except
|
||||
for the purpose of processing transactions in the Monero Network in encrypted form.
|
||||
|
||||
## App permissions
|
||||
- INTERNET : Connect to the Monero Network via Monero Daemon Node
|
||||
- READ_EXTERNAL_STORAGE : Read wallets
|
||||
- WRITE_EXTERNAL_STORAGE : Write wallets
|
||||
- WAKE_LOCK : Keep device awake while syncing
|
||||
- CAMERA : Scan QR Codes
|
||||
|
|
Loading…
Reference in New Issue