Update protectionLevel for the permisison SATELLITE_COMMUNICATION

Bug: 274919340
Test: atest android.permissionpolicy.cts.PermissionPolicyTest#platformPermissionPolicyIsUnaltered

Change-Id: I0c6b6dcc44dabcabda1197c45a11f11cc7c930f8
diff --git a/tests/tests/permissionpolicy/res/raw/android_manifest.xml b/tests/tests/permissionpolicy/res/raw/android_manifest.xml
index 9216617..2f45023 100644
--- a/tests/tests/permissionpolicy/res/raw/android_manifest.xml
+++ b/tests/tests/permissionpolicy/res/raw/android_manifest.xml
@@ -1008,7 +1008,7 @@
     <!-- @SystemApi @hide Allows an application to communicate over satellite.
          Only granted if the application is a system app.-->
     <permission android:name="android.permission.SATELLITE_COMMUNICATION"
-                android:protectionLevel="internal|role" />
+                android:protectionLevel="role|signature|privileged" />
 
     <!-- @SystemApi @hide Allows an application to bind with satellite service.
          Only granted if the application is a system app.-->