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

Commit 8d45f5a6 authored by Steve McKay's avatar Steve McKay
Browse files

Intent-filter for BROWSE action.

Missing from ag/777423
Bug: 25806013

Change-Id: I79ac0946f0d4548efab23e363dfa864ad8b1426a
parent 95d9c251
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@
                <action android:name="android.intent.action.MAIN" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.provider.action.BROWSE_DOCUMENT_ROOT" />
                <action android:name="android.provider.action.BROWSE" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="vnd.android.document/root" />
            </intent-filter>