2018-01-23 20:11:52 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<exceptions>
|
2018-09-02 13:08:22 +00:00
|
|
|
<exception package="com.google.android.backuptransport">
|
|
|
|
<permission name="android.permission.READ_CONTACTS" fixed="false"></permission>
|
|
|
|
<permission name="android.permission.WRITE_CONTACTS" fixed="false"></permission>
|
|
|
|
<permission name="android.permission.GET_ACCOUNTS" fixed="false"></permission>
|
|
|
|
</exception>
|
|
|
|
|
2018-01-23 20:11:52 +00:00
|
|
|
<exception package="com.google.android.syncadapters.contacts">
|
|
|
|
<permission name="android.permission.READ_CONTACTS" fixed="false"></permission>
|
|
|
|
<permission name="android.permission.WRITE_CONTACTS" fixed="false"></permission>
|
|
|
|
<permission name="android.permission.GET_ACCOUNTS" fixed="false"></permission>
|
|
|
|
</exception>
|
2018-09-02 13:08:22 +00:00
|
|
|
|
2018-01-23 20:11:52 +00:00
|
|
|
<exception package="com.google.android.syncadapters.calendar">
|
|
|
|
<permission name="android.permission.READ_CALENDAR" fixed="false"></permission>
|
|
|
|
<permission name="android.permission.WRITE_CALENDAR" fixed="false"></permission>
|
|
|
|
</exception>
|
2018-09-02 13:08:22 +00:00
|
|
|
</exceptions>
|