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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user