RESTRICT AUTOMERGE

Add READ_DREAM_SUPPRESSION to CTS test file.

Test: atest CtsPermission2TestCases
Bug: 169241595, 168790245
Change-Id: I8dd4c915c606c9223f734aac9ab3ec42399b41e0
(cherry picked from commit 7c8b97625a2ad48c49ebd7e96c4e3055649264fa)
diff --git a/tests/tests/permission2/res/raw/android_manifest.xml b/tests/tests/permission2/res/raw/android_manifest.xml
index 451360d..4acb83f 100644
--- a/tests/tests/permission2/res/raw/android_manifest.xml
+++ b/tests/tests/permission2/res/raw/android_manifest.xml
@@ -4263,6 +4263,10 @@
     <permission android:name="android.permission.WRITE_DREAM_STATE"
         android:protectionLevel="signature|privileged" />
 
+    <!-- @hide Allows applications to read whether ambient display is suppressed. -->
+    <permission android:name="android.permission.READ_DREAM_SUPPRESSION"
+        android:protectionLevel="signature" />
+
     <!-- @SystemApi Allow an application to read and write the cache partition.
          @hide -->
     <permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM"