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

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

Merge "ExternalStorageProvider: Add an exported flag in manifest"

parents e14fe34f a335a5c8
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>