Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50973ad9 authored by JW Wang's avatar JW Wang
Browse files

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
parent d6395c51
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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>

+0 −2
Original line number Diff line number Diff line
@@ -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>