diff options
-rw-r--r-- | legacy/AndroidManifest.xml | 2 |
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> |