Arne Coucheron | 95b8fa9 | 2019-12-18 06:34:24 +0100 | [diff] [blame] | 1 | <?xml version='1.0' encoding='utf-8' standalone='yes' ?> |
| 2 | <!-- Copyright (C) 2019 The LineageOS Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <!-- |
| 18 | This file contains permissions to be granted by default. Default |
| 19 | permissions are granted to special platform components and to apps |
| 20 | that are approved to get default grants. The special components |
| 21 | are apps that are expected to work out-of-the-box as they provide |
| 22 | core use cases such as default dialer, default email, etc. These |
| 23 | grants are managed by the platform. The apps that are additionally |
| 24 | approved for default grants are ones that provide carrier specific |
| 25 | functionality, ones legally required at some location, ones providing |
| 26 | alternative disclosure and opt-out UI, ones providing highlight features |
| 27 | of a dedicated device, etc. This file contains only the latter exceptions. |
| 28 | Fixed permissions cannot be controlled by the user and need a special |
| 29 | approval. Typically these are to ensure either legally mandated functions |
| 30 | or the app is considered a part of the OS. |
| 31 | --> |
| 32 | |
| 33 | <exceptions> |
| 34 | <exception package="com.android.exchange"> |
| 35 | <permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="false"/> |
| 36 | <permission name="android.permission.READ_PHONE_STATE" fixed="false"/> |
Arne Coucheron | 95b8fa9 | 2019-12-18 06:34:24 +0100 | [diff] [blame] | 37 | </exception> |
| 38 | </exceptions> |