Grant launcher control incall permission

Launcher V2 adds a dialer widget, which requires the system permission
CONTROL_INCALL_EXPERIENCE. Permission is needed for the InCallController to bind to the launcher's InCallService, which allows the launcher to be notified about call activity.

Bug: 162955474
Test: manual - built on flame_car
Change-Id: I6426b044df90928e981941c8703ddd975dfa6f99
This commit is contained in:
Julia Kawano
2020-09-01 18:27:32 +00:00
parent fa817ade0d
commit 64e53fe435

View File

@@ -17,6 +17,7 @@
<permissions>
<privapp-permissions package="com.android.car.carlauncher">
<permission name="android.permission.ACTIVITY_EMBEDDING"/>
<permission name="android.permission.CONTROL_INCALL_EXPERIENCE"/>
<permission name="android.permission.MANAGE_USERS"/>
<permission name="android.permission.MEDIA_CONTENT_CONTROL"/>
<permission name="android.permission.PACKAGE_USAGE_STATS"/>