Add dynamic applinks update API
This API will allow the domian verifier to update the URI relative
filter groups on the domain verification package state. During intent
resolution these group matching will be applied after intent matching.
All existing groups will be cleared when the groups are updated.
Bug: 307557201
Test: atest DomainVerificationManagerApiTest
Test: atest DomainVerificationPersistenceTest
Test: atest CtsDomainVerificationDeviceStandaloneTestCases
Change-Id: I2d60b1f13074cecca106a37399bd4848534703f7
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index 84ef6e5..926e181 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -917,6 +917,9 @@
<!-- Permissions required for CTS test - GrammaticalInflectionManagerTest -->
<uses-permission android:name="android.permission.READ_SYSTEM_GRAMMATICAL_GENDER" />
+ <!-- Permission required for CTS test - CtsPackageManagerTestCases-->
+ <uses-permission android:name="android.permission.DOMAIN_VERIFICATION_AGENT" />
+
<application
android:label="@string/app_label"
android:theme="@android:style/Theme.DeviceDefault.DayNight"