blob: 48b0f1718ea63029fab0c096073ab2b0a2ee9fcb [file] [log] [blame]
Insaf Latypovd33a38b2019-11-18 16:54:50 +00001<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
2
3<!-- Copyright (C) 2019 Google Inc.
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18<!--
19 This file contains permissions to be granted by default. Default
20 permissions are granted to special platform components and to apps
21 that are approved to get default grants. The special components
22 are apps that are expected tto work out-of-the-box as they provide
23 core use cases such as default dialer, default email, etc. These
24 grants are managed by the platform. The apps that are additionally
25 approved for default grants are ones that provide carrier specific
26 functionality, ones legally required at some location, ones providing
27 alternative disclosure and opt-out UI, ones providing highlight features
28 of a dedicated device, etc. This file contains only the latter exceptions.
29 Fixed permissions cannot be controlled by the user and need a special
30 approval. Typically these are to ensure either legally mandated functions
31 or the app is considered a part of the OS.
32-->
33
34<exceptions>
35
36 <!-- This is an example of an exception:
37 <exception
38 package="foo.bar.permission"
39 <permission name="android.permission.READ_CONTACTS" fixed="true"/>
40 <permission name="android.permission.READ_CALENDAR" fixed="false"/>
41 </exception>
42 -->
43
44 <exception
Ruslan Tkhakokhov9e781df2021-05-27 00:13:25 +010045 package="com.google.android.apps.restore"
46 sha256-cert-digest="56:BE:13:2B:78:06:56:FE:24:44:CD:34:32:6E:B5:D7:AA:C9:1D:20:96:AB:F0:FE:67:3A:99:27:06:22:EC:87">
Insaf Latypovd33a38b2019-11-18 16:54:50 +000047 <!-- External storage -->
48 <permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="false"/>
49 <permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="false"/>
50 <!-- Contacts -->
51 <permission name="android.permission.READ_CONTACTS" fixed="false"/>
52 <permission name="android.permission.WRITE_CONTACTS" fixed="false"/>
53 <!-- Call logs -->
54 <permission name="android.permission.READ_CALL_LOG" fixed="false"/>
55 <permission name="android.permission.WRITE_CALL_LOG" fixed="false"/>
Chris.CC Lee2d8818a2021-06-15 12:08:12 +080056 <!-- Used to set up a Wi-Fi P2P network -->
Chris.CC Lee0da6cc82022-05-04 20:05:41 +080057 <!-- TODO(b/231966826): Remove the location permission after Restore targets to T. -->
Chris.CC Lee2d8818a2021-06-15 12:08:12 +080058 <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="false"/>
Chris.CC Lee0da6cc82022-05-04 20:05:41 +080059 <permission name="android.permission.NEARBY_WIFI_DEVICES" fixed="false"/>
Nate Myrend7d02d42022-05-13 15:34:19 -070060 <!-- Notifications -->
61 <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
Insaf Latypovd33a38b2019-11-18 16:54:50 +000062 </exception>
63
64 <exception
65 package="com.verizon.mips.services">
66 <!-- Call -->
67 <permission name="android.permission.PROCESS_OUTGOING_CALLS" fixed="false"/>
68 <!-- Phone -->
69 <permission name="android.permission.READ_PHONE_STATE" fixed="false"/>
70 <!-- SMS -->
71 <permission name="android.permission.RECEIVE_SMS" fixed="false"/>
72 </exception>
73
Insaf Latypovd33a38b2019-11-18 16:54:50 +000074 <exception package="com.google.android.settings.intelligence">
75 <!-- Calendar -->
76 <permission name="android.permission.READ_CALENDAR" fixed="true"/>
77 <!-- Location -->
78 <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>
79 <permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="true"/>
80 </exception>
81
Jack Nudelman08eafa32020-07-06 09:55:42 -070082 <exception package="com.google.android.apps.cbrsnetworkmonitor">
Insaf Latypovd33a38b2019-11-18 16:54:50 +000083 <!-- Location access to create CBRS geofences-->
84 <permission name="android.permission.ACCESS_FINE_LOCATION" fixed="true"/>
85 <permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="true"/>
86 </exception>
87
88 <exception package="com.google.android.apps.scone">
Jack Nudelman61480612020-09-23 08:29:39 -070089 <!-- Location access to determine proximity to a CBRS network coverage area -->
Insaf Latypovd33a38b2019-11-18 16:54:50 +000090 <permission name="android.permission.ACCESS_COARSE_LOCATION" fixed="false"/>
91 <permission name="android.permission.ACCESS_BACKGROUND_LOCATION" fixed="false"/>
92 <!-- Used to call ActivityTransition API for Smart OOS & Smart PNO -->
93 <permission name="android.permission.ACTIVITY_RECOGNITION" fixed="false"/>
94 </exception>
95
96 <exception package="com.google.android.wfcactivation">
97 <!-- SMS -->
98 <permission name="android.permission.RECEIVE_WAP_PUSH" fixed="false"/>
99 </exception>
100 <exception
101 package="com.google.vr.apps.ornament"
102 sha256-cert-digest="4A:9E:3F:3B:C8:D6:0C:E4:D3:CB:E5:A9:C6:6E:EC:11:EF:D0:1C:5F:E9:C7:8D:8C:92:3B:9D:42:48:23:00:13">
103 <!-- Camera -->
104 <permission name="android.permission.CAMERA" fixed="false"/>
105 <!-- Microphone -->
106 <permission name="android.permission.RECORD_AUDIO" fixed="false"/>
107 <!-- Storage -->
108 <permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="false"/>
109 <permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="false"/>
110 </exception>
Nate Myrend7d02d42022-05-13 15:34:19 -0700111 <exception
112 package="com.google.android.deskclock">
113 <!-- Notifications -->
114 <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
115 </exception>
116 <exception
117 package="com.google.android.apps.tips">
118 <!-- Notifications -->
119 <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
120 </exception>
121 <exception
122 package="com.google.android.adservices">
123 <!-- Notifications -->
124 <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
125 </exception>
126 <exception
127 package="com.google.android.apps.mediashell">
128 <!-- Notifications -->
129 <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
130 </exception>
131 <exception
132 package="com.google.android.apps.pixelmigrate">
133 <!-- Notifications -->
134 <permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
135 </exception>
Insaf Latypovd33a38b2019-11-18 16:54:50 +0000136</exceptions>