Skip to content

Commit

Permalink
Merge "Add call logs and sms permissions for pixelmigrate" into pi-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TreeHugger Robot authored and Android (Google) Code Review committed May 21, 2018
2 parents c75e868 + 8b8b1c4 commit 8703cd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default-permissions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
<!-- Contacts -->
<permission name="android.permission.READ_CONTACTS" fixed="false"/>
<permission name="android.permission.WRITE_CONTACTS" fixed="false"/>
<!-- Call logs -->
<permission name="android.permission.READ_CALL_LOG" fixed="false"/>
<permission name="android.permission.WRITE_CALL_LOG" fixed="false"/>
<!-- SMS -->
<permission name="android.permission.RECEIVE_SMS" fixed="false"/>
<permission name="android.permission.READ_PHONE_NUMBERS" fixed="false"/>
</exception>

<exception
Expand Down

0 comments on commit 8703cd8

Please sign in to comment.