1<?xml version='1.0' encoding='utf-8' standalone='yes' ?> 2 3<!-- 4 This file contains permissions to be granted by default. Default 5 permissions are granted to special platform components and to apps 6 that are approved to get default grants. The special components 7 are apps that are expected tto work out-of-the-box as they provide 8 core use cases such as default dialer, default email, etc. These 9 grants are managed by the platform. The apps that are additionally 10 approved for default grants are ones that provide carrier specific 11 functionality, ones legally required at some location, ones providing 12 alternative disclosure and opt-out UI, ones providing highlight features 13 of a dedicated device, etc. This file contains only the latter exceptions. 14 Fixed permissions cannot be controlled by the user and need a special 15 approval. Typically these are to ensure either legally mandated functions 16 or the app is considered a part of the OS. 17--> 18 19<exceptions> 20 <exception package="com.android.car.dialer"> 21 <permission name="android.permission.BLUETOOTH_CONNECT" fixed="false"/> 22 </exception> 23</exceptions> 24