LuK1337 | 3f77007 | 2020-09-15 03:27:19 +0200 | [diff] [blame] | 1 | <?xml version='1.0' encoding='utf-8' standalone='yes' ?> |
| 2 | <!-- |
| 3 | Copyright (C) 2019-2020 The LineageOS Project |
| 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 to 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 | --> |
Dominik Baronelli | 4427947 | 2022-10-06 14:15:33 +0200 | [diff] [blame^] | 33 | <!-- |
LuK1337 | 3f77007 | 2020-09-15 03:27:19 +0200 | [diff] [blame] | 34 | <exceptions> |
| 35 | <exception package="com.android.wallpaper"> |
| 36 | <permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="false"/> |
| 37 | </exception> |
| 38 | </exceptions> |
Dominik Baronelli | 4427947 | 2022-10-06 14:15:33 +0200 | [diff] [blame^] | 39 | --> |