Fix issue with protected broadcast declaration.

These were renamed in the code-review.  Not sure how the presubmits passed
with the declaration being wrong here.

Test: Manual testing / CTS testing.
Bug: 136109592
Change-Id: I8cf0b6b3a95faa504415318ba521379e2a8680b2
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 216b87f..a46b4b2 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -108,8 +108,8 @@
 
     <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE" />
     <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE" />
-    <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE_PRIVILEGED" />
-    <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE_PRIVILEGED" />
+    <protected-broadcast android:name="android.app.action.ENTER_CAR_MODE_PRIORITIZED" />
+    <protected-broadcast android:name="android.app.action.EXIT_CAR_MODE_PRIORITIZED" />
     <protected-broadcast android:name="android.app.action.ENTER_DESK_MODE" />
     <protected-broadcast android:name="android.app.action.EXIT_DESK_MODE" />
     <protected-broadcast android:name="android.app.action.NEXT_ALARM_CLOCK_CHANGED" />