Remove the declaration from manifests (1/n)

As of ag/13136822, the static registration in the manifest is no
longer needed.

Bug: 174538906
Test: atest RollbackTest StagedInstallInternalTest
Change-Id: Id7e2c29fd3db6fa6979ee6b00afe450f727297ee
This commit is contained in:
JW Wang
2020-12-01 16:15:10 +08:00
parent d6395c5167
commit 50973ad97e
2 changed files with 0 additions and 4 deletions

View File

@@ -19,8 +19,6 @@
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<application>
<receiver android:name="com.android.cts.install.lib.LocalIntentSender"
android:exported="true" />
<uses-library android:name="android.test.runner" />
</application>

View File

@@ -20,8 +20,6 @@
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<application>
<receiver android:name="com.android.cts.install.lib.LocalIntentSender"
android:exported="true" />
<uses-library android:name="android.test.runner" />
</application>