2020-10-12 15:09:17 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
~ Copyright (C) 2020 The Android Open Source Project
|
|
|
|
~
|
|
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
~ you may not use this file except in compliance with the License.
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
~
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License
|
|
|
|
-->
|
|
|
|
<permissions>
|
|
|
|
<privapp-permissions package="com.android.car.provision">
|
2020-10-15 19:16:30 -07:00
|
|
|
<permission name="android.car.permission.CAR_POWERTRAIN"/>
|
2021-02-11 10:11:41 -08:00
|
|
|
<permission name="android.permission.DISPATCH_PROVISIONING_MESSAGE"/>
|
2020-10-14 15:34:26 -07:00
|
|
|
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
2020-12-01 23:52:40 -08:00
|
|
|
<permission name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
|
2020-12-09 13:41:56 -08:00
|
|
|
<permission name="android.permission.MANAGE_USERS"/>
|
2020-11-11 17:00:50 -08:00
|
|
|
<permission name="android.permission.MASTER_CLEAR"/>
|
2020-10-14 15:34:26 -07:00
|
|
|
<permission name="android.permission.QUERY_ALL_PACKAGES"/>
|
2020-10-15 19:16:30 -07:00
|
|
|
<permission name="android.permission.SEND_CATEGORY_CAR_NOTIFICATIONS"/>
|
2020-10-12 15:09:17 -07:00
|
|
|
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
|
|
|
<permission name="android.permission.WRITE_SETTINGS"/>
|
|
|
|
</privapp-permissions>
|
|
|
|
</permissions>
|