Add permission CHANGE_HDMI_CEC_ACTIVE_SOURCE

Test: mmm
Bug: 62270868
Change-Id: I7e8aad5324598ae2e2408d6ef6cb62d58d687d0e
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index ae7355f..0ebbe06 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2612,6 +2612,12 @@
     <permission android:name="android.permission.TV_VIRTUAL_REMOTE_CONTROLLER"
         android:protectionLevel="signature|privileged" />
 
+    <!-- Allows an application to change HDMI CEC active source.
+         <p>Not for use by third-party applications.
+         @hide -->
+    <permission android:name="android.permission.CHANGE_HDMI_CEC_ACTIVE_SOURCE"
+        android:protectionLevel="signature|privileged" />
+
     <!-- @SystemApi Allows an application to modify parental controls
          <p>Not for use by third-party applications.
          @hide -->