Add USE_ATTESTATION_VERIFICATION_SERVICE permission to shell for GTS test
Bug: 276367261
Test: gts-tf > run gts-dev -m GtsAttestationVerificationDeviceSideTestCases (with local changes to turn off boot state check)
Change-Id: I18d2f77291d0b6ae7f12acecb5b786c9d3657abf
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index c01518f..7d112f9 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -837,6 +837,9 @@
<!-- Permission required for CTS test - CtsPackageInstallTestCases -->
<uses-permission android:name="android.permission.READ_INSTALLED_SESSION_PATHS" />
+ <!-- Permission required for GTS test - GtsAttestationVerificationDeviceSideTestCases -->
+ <uses-permission android:name="android.permission.USE_ATTESTATION_VERIFICATION_SERVICE" />
+
<application android:label="@string/app_label"
android:theme="@android:style/Theme.DeviceDefault.DayNight"
android:defaultToDeviceProtectedStorage="true"