Skip to content

Commit

Permalink
Add call logs and sms permissions for pixelmigrate
Browse files Browse the repository at this point in the history
Bug: 79186791
Bug: 79240969
Bug: 79532995

Test: n/a
Change-Id: Iac6f75a3fbac15caafefc8fa70755316ed6e14b2
  • Loading branch information
artikz committed May 18, 2018
1 parent 8ec9a8d commit 11540c9
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 @@ -49,6 +49,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 11540c9

Please sign in to comment.