blob: 405187792b42ee3974377b97320244e75cb45445 [file] [log] [blame]
Andrei Onea52eac022021-12-03 15:11:27 +00001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (C) 2021 The Android Open Source 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<permissions>
19 <privapp-permissions package="com.android.networkstack.tethering">
20 <permission name="android.permission.BLUETOOTH_PRIVILEGED" />
Junyu Laib4a92ff2024-10-02 13:49:12 +080021 <permission name="android.permission.INTERACT_ACROSS_USERS"/>
Andrei Onea52eac022021-12-03 15:11:27 +000022 <permission name="android.permission.MANAGE_USB"/>
Junyu Laif014ae22024-10-28 16:58:22 +080023 <permission name="android.permission.MANAGE_USERS"/>
Andrei Onea52eac022021-12-03 15:11:27 +000024 <permission name="android.permission.MODIFY_PHONE_STATE"/>
Andrei Onea52eac022021-12-03 15:11:27 +000025 <permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/>
26 <permission name="android.permission.TETHER_PRIVILEGED"/>
27 <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
28 <permission name="android.permission.UPDATE_DEVICE_STATS"/>
29 </privapp-permissions>
30</permissions>