Define permssion configs for HC migration API

Context: https://docs.google.com/document/d/1U0sboZ4GfRyT5ofhr1r2P5FiY8A6vS_cQGEwY-QeswY/edit?resourcekey=0-Ez9qR1rdZS1a0MT6rHZeSg#

Bug: 262691010
Test: Manual - Signed an app and added its certificate to Google configs
overlay.

Change-Id: I020b4daf96e2b9c8df371f0c46b5d4555bcccbda
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index af4d7d4..b66daa7 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -24,6 +24,7 @@
 
         <!-- Standard permissions granted to the shell. -->
     <uses-permission android:name="android.permission.MANAGE_HEALTH_DATA" />
+    <uses-permission android:name="android.permission.MIGRATE_HEALTH_CONNECT_DATA" />
     <uses-permission android:name="android.permission.LAUNCH_DEVICE_MANAGER_SETUP" />
     <uses-permission android:name="android.permission.GET_RUNTIME_PERMISSIONS" />
     <uses-permission android:name="android.permission.SEND_SMS" />