blob: a16245dc6d59ce809075fd21df8a6d92744491ff [file] [log] [blame]
Michael Bestas7894c022020-05-06 20:43:06 +03001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2017-2020 The LineageOS Project
4 Copyright (C) 2021 Fairphone B.V.
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17-->
18<permissions>
19 <privapp-permissions package="com.fairphone.setupwizard">
Luca Weiss89492282021-11-08 11:22:50 +010020 <permission name="android.permission.CHANGE_CONFIGURATION"/>
Michael Bestas7894c022020-05-06 20:43:06 +030021 <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
22 <permission name="android.permission.INTERACT_ACROSS_USERS"/>
23 <permission name="android.permission.MANAGE_USERS"/>
24 <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
25 <permission name="android.permission.SET_TIME"/>
26 <permission name="android.permission.SET_TIME_ZONE"/>
27 <permission name="android.permission.STATUS_BAR"/>
28 <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
29 </privapp-permissions>
30</permissions>