Add USE_FULL_SCREEN_INTENT permission to dialer

The dialer creates notifications with a full screen intent (eg. in the
StatusBarNotifier class), which allows the intent to launch instead
of posting the notification to the status bar. The use of
fullScreenIntent requires the USE_FULL_SCREEN_INTENT permission.

Bug: 161312761
Test: manual - built on flame_car
Change-Id: I6c328ef8eab814c63fe2bf83ec617de1f2d3376e
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b4e243f..eed8a1e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -31,6 +31,7 @@
     <uses-permission android:name="android.permission.MODIFY_PHONE_STATE"/>
     <uses-permission android:name="android.permission.CALL_PHONE"/>
     <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS"/>
+    <uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/>
     <uses-permission android:name="android.car.permission.ACCESS_CAR_PROJECTION_STATUS"/>
 
     <!-- The Dialer needs to be directBootAware so that it can reflect the correct call state