commit | 9c62bea0171a2388c2f1c608e8a8a5ba3702ccca | [log] [tgz] |
---|---|---|
author | Olivier Nshimiye <onshimiye@google.com> | Tue Dec 20 09:47:02 2022 +0000 |
committer | Olivier Nshimiye <onshimiye@google.com> | Wed Jan 04 14:16:03 2023 +0000 |
tree | f5f98167a99b11da6356be77234b6034d6852eb3 | |
parent | b07264b7bdcc04c3a430cb796fc97c026d8e74ff [diff] [blame] |
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" />