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

Commit 57455aa6 authored by Sumedh Sen's avatar Sumedh Sen Committed by Android (Google) Code Review
Browse files

Merge "Marking WearOS specific Content Provider as non exported"

parents a0c7e551 68623f9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@
        <provider android:name=".wear.WearPackageIconProvider"
                  android:authorities="com.google.android.packageinstaller.wear.provider"
                  android:grantUriPermissions="true"
                  android:exported="true" />
                  android:exported="false" />
    </application>

</manifest>