RESTRICT AUTOMERGE
Removed duplicate permission declaration.

Test: atest PermissionPolicyTest

Bug: 158841347
Change-Id: I0db2a0a09425dac6e1ff5903ef82bb227e1e3ab7
diff --git a/tests/tests/permission2/res/raw/android_manifest.xml b/tests/tests/permission2/res/raw/android_manifest.xml
index ea65f0c..2f4d98c 100644
--- a/tests/tests/permission2/res/raw/android_manifest.xml
+++ b/tests/tests/permission2/res/raw/android_manifest.xml
@@ -3783,11 +3783,6 @@
     <permission android:name="android.permission.MANAGE_COMPANION_DEVICES"
                 android:protectionLevel="signature" />
 
-    <!-- Allows an application to manage the companion devices.
-         @hide -->
-    <permission android:name="android.permission.MANAGE_COMPANION_DEVICES"
-                android:protectionLevel="signature" />
-
     <!-- @SystemApi Allows an application to use SurfaceFlinger's low level features.
          <p>Not for use by third-party applications.
          @hide