Merge branch 'master' into 'master'
Add 'Required Android Permissions' section to WaveUp description See merge request !1405
This commit is contained in:
commit
280849ab60
|
@ -32,6 +32,14 @@ For those who have never heard proximity sensor before: it is a small thingie
|
|||
that is somewhere near where you put your ear when you speak on the phone. You
|
||||
practically can't see it and it is responsible for telling your phone to switch
|
||||
off the screen when you're on a call.
|
||||
|
||||
'''Required Android Permissions:'''
|
||||
|
||||
* WAKE_LOCK to turn on the screen
|
||||
* USES_POLICY_FORCE_LOCK to lock the device
|
||||
* RECEIVE_BOOT_COMPLETED to automatically startup on boot if selected
|
||||
* WRITE_EXTERNAL_STORAGE to save log files to common directory if selected
|
||||
* READ_PHONE_STATE to suspend WaveUp while on a call
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
Loading…
Reference in a new issue