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

Commit ea00e299 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[RESTRICT AUTOMERGE] Marking WearOS specific Content Provider as non...

Merge "[RESTRICT AUTOMERGE] Marking WearOS specific Content Provider as non exported" into tm-qpr-dev-plus-aosp
parents 1dedebd2 04c736b2
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -142,10 +142,7 @@
        <provider android:name=".wear.WearPackageIconProvider"
        <provider android:name=".wear.WearPackageIconProvider"
                  android:authorities="com.google.android.packageinstaller.wear.provider"
                  android:authorities="com.google.android.packageinstaller.wear.provider"
                  android:grantUriPermissions="true"
                  android:grantUriPermissions="true"
                  android:exported="true" />
                  android:exported="false" />

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


</manifest>
</manifest>