Skip to content

Commit

Permalink
Update default-permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Jun 11, 2023
1 parent 8858c6e commit 60fa04e
Showing 1 changed file with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@
<permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="true"/>
</exception>

<exception
package="com.google.android.apps.restore">
<permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>
<permission name="android.permission.READ_CALL_LOG" fixed="true"/>
<permission name="android.permission.READ_CONTACTS" fixed="true"/>
<permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="true"/>
<permission name="android.permission.WRITE_CALL_LOG" fixed="true"/>
<permission name="android.permission.WRITE_CONTACTS" fixed="true"/>
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="true"/>
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
<permission name="android.permission.ACCESS_COARSE_LOCATION" fixed="true"/>
<permission name="android.permission.READ_MEDIA_AUDIO" fixed="true"/>
<permission name="android.permission.READ_MEDIA_VIDEO" fixed="true"/>
<permission name="android.permission.READ_MEDIA_IMAGES" fixed="true"/>
</exception>

<exception
package="com.google.android.gms">
<permission name="android.permission.GET_ACCOUNTS" fixed="true"/>
Expand Down Expand Up @@ -79,4 +95,29 @@
<permission name="android.permission.READ_MEDIA_AUDIO" fixed="true"/>
<permission name="android.permission.READ_MEDIA_VIDEO" fixed="true"/>
</exception>

<exception
package="com.google.android.gsf">
<permission name="android.permission.GET_ACCOUNTS" fixed="true"/>
<permission name="android.permission.READ_CONTACTS" fixed="true"/>
<permission name="android.permission.READ_PHONE_STATE" fixed="true"/>
<permission name="android.permission.WRITE_CONTACTS" fixed="true"/>
<permission name="com.google.android.providers.talk.permission.READ_ONLY" fixed="true"/>
<permission name="com.google.android.providers.talk.permission.WRITE_ONLY" fixed="true"/>
</exception>

<exception
package="com.google.android.syncadapters.calendar">
<permission name="android.permission.READ_CALENDAR" fixed="true"/>
<permission name="android.permission.WRITE_CALENDAR" fixed="true"/>
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>

<exception
package="com.google.android.syncadapters.contacts">
<permission name="android.permission.READ_CONTACTS" fixed="true"/>
<permission name="android.permission.WRITE_CONTACTS" fixed="true"/>
<permission name="android.permission.GET_ACCOUNTS" fixed="true"/>
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
</exception>
</exceptions>

0 comments on commit 60fa04e

Please sign in to comment.