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

Commit a335a5c8 authored by Ashwini Oruganti's avatar Ashwini Oruganti
Browse files

ExternalStorageProvider: Add an exported flag in manifest

With b/150232615, we will need an explicit value set for the exported
flag when intent filters are present, as the default behavior is
changing for S+. This change adds the value reflecting the previous
default to the manifest.

Bug: 150232615
Test: TH
Change-Id: I0266b557d1c825c03508fe1a8ebdbbec39762633
parent 72fcef13
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
                android:permission="android.permission.WRITE_MEDIA_STORAGE" />
        </provider>

        <receiver android:name=".MountReceiver">
        <receiver android:name=".MountReceiver"
            android:exported="true">
            <intent-filter>
                <action android:name="android.os.storage.action.VOLUME_STATE_CHANGED" />
            </intent-filter>