vendor_extra_common/system_ext/blobs/etc/permissions/privapp-permissions-com.google.android.mosey.xml
zenin1504 f1a2a201e3 common: Initial gms for CP2A
Change-Id: Ia4262e29e67149538b6704b2314781ad
Signed-off-by: zenin1504 <me.zenin1504.dev@gmail.com>
2026-06-27 17:21:34 +08:00

30 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2017 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.google.android.mosey">
<permission name="android.permission.BLUETOOTH_PRIVILEGED" />
<permission name="android.permission.LOCAL_MAC_ADDRESS" />
<permission name="android.permission.MANAGE_WIFI_INTERFACES" />
<!-- Needed to create network agent -->
<permission name="android.permission.NETWORK_FACTORY" />
<permission name="android.permission.CREATE_APP_SPECIFIC_NETWORK" />
<!-- Needed to use restricted networks -->
<permission name="android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS"/>
<permission name="android.permission.LOCATION_HARDWARE" />
</privapp-permissions>
</permissions>