Add permission necessary to use RecoverableKeyStoreLoader API.

Test: none
Bug: 66499222
Change-Id: Iec1c8770705be56ea169f9a4ab58a8139b23dc6f
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 0920426..b797a84 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -3114,6 +3114,12 @@
     <permission android:name="android.permission.BACKUP"
         android:protectionLevel="signature|privileged" />
 
+    <!-- @SystemApi Allows application to manage RecoverableKeyStoreLoader.
+    <p>Not for use by third-party applications.
+         @hide -->
+    <permission android:name="android.permission.RECOVER_KEYSTORE"
+        android:protectionLevel="signature|privileged" />
+
     <!-- Allows a package to launch the secure full-backup confirmation UI.
          ONLY the system process may hold this permission.
          @hide -->