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

Commit 0095db30 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove the receiver from merged manifests."

parents 381eb7a9 4f76c137
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          xmlns:tools="http://schemas.android.com/tools"
          package="com.android.packageinstaller">

    <original-package android:name="com.android.packageinstaller" />
@@ -142,6 +143,9 @@
                  android:authorities="com.google.android.packageinstaller.wear.provider"
                  android:grantUriPermissions="true"
                  android:exported="true" />

        <receiver android:name="androidx.profileinstaller.ProfileInstallReceiver"
            tools:node="remove" />
    </application>

</manifest>