mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Comment out android.permission.READ_CALL_LOG
This commit is contained in:
parent
1c9907c5d2
commit
0ad493d860
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
|
||||
<!-- Call feature -->
|
||||
<uses-permission android:name="android.permission.MANAGE_OWN_CALLS" />
|
||||
<uses-permission android:name="android.permission.READ_CALL_LOG" />
|
||||
<!-- Commented because Google PlayStore does not like we add permission if we are not requiring it. And it was added for future use -->
|
||||
<!--uses-permission android:name="android.permission.READ_CALL_LOG" /-->
|
||||
<!-- Needed for voice call to toggle speaker on or off -->
|
||||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
||||
<!-- READ_PHONE_STATE is needed only if your calling app reads numbers from the `PHONE_STATE`
|
||||
|
|
Loading…
Reference in a new issue