Change-Id: Ia4262e29e67149538b6704b2314781ad Signed-off-by: zenin1504 <me.zenin1504.dev@gmail.com>
28 lines
1.4 KiB
XML
28 lines
1.4 KiB
XML
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
|
|
|
|
<!--
|
|
This file contains permissions to be granted by default. Default
|
|
permissions are granted to special platform components and to apps
|
|
that are approved to get default grants. The special components
|
|
are apps that are expected tto work out-of-the-box as they provide
|
|
core use cases such as default dialer, default email, etc. These
|
|
grants are managed by the platform. The apps that are additionally
|
|
approved for default grants are ones that provide carrier specific
|
|
functionality, ones legally required at some location, ones providing
|
|
alternative disclosure and opt-out UI, ones providing highlight features
|
|
of a dedicated device, etc. This file contains only the latter exceptions.
|
|
Fixed permissions cannot be controlled by the user and need a special
|
|
approval. Typically these are to ensure either legally mandated functions
|
|
or the app is considered a part of the OS.
|
|
-->
|
|
|
|
<exceptions>
|
|
<exception package="com.google.android.apps.pixel.dcservice">
|
|
<permission name="android.permission.BLUETOOTH_ADVERTISE" fixed="false"/>
|
|
<permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/>
|
|
<!-- Approved in b/352643466 -->
|
|
<permission name="android.permission.BLUETOOTH_SCAN" fixed="false"/>
|
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
|
</exception>
|
|
</exceptions>
|