summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Sahana Rao <sahanas@google.com> 2023-04-20 15:24:04 +0100
committer Sahana Rao <sahanas@google.com> 2023-04-20 15:24:04 +0100
commita9247c9589ade24f1b2751429810fb3d2b6e3c63 (patch)
tree96605c6dcfcb2df8b2fee46ceb4da46b594055d0
parent59aa0643a7bdd7241d78a029de1f3b3311acff13 (diff)
Remove ProfileInstallReceiver
LegacyMediaProvider doesn't need this receiver. Test that tests LegacyMediaProvider doesn't have any receivers is failing because of this receiver. Removing it from the manifest explicitly. Bug: 278130163 Test: atest android.provider.cts.media.MediaStoreTest#testLegacy Change-Id: If5c96a6afdc9f5ea73eab07767739593b1fae130
-rw-r--r--legacy/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/legacy/AndroidManifest.xml b/legacy/AndroidManifest.xml
index 2f7ea971a..997dae7d0 100644
--- a/legacy/AndroidManifest.xml
+++ b/legacy/AndroidManifest.xml
@@ -26,5 +26,7 @@
android:name="androidx.startup.InitializationProvider"
android:authorities="${applicationId}.androidx-startup"
tools:node="remove" />
+ <receiver android:name="androidx.profileinstaller.ProfileInstallReceiver"
+ tools:node="remove" />
</application>
</manifest>