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

Commit cc9d4139 authored by Stephen Bird's avatar Stephen Bird
Browse files

Update Editor Activity to handle Content URI

This fixes a instance where the editor is an option
for a file uri, but then is no longer an option once the
uri is moved into an applications data storage.

Change-Id: Ie7a55137bdce2fa78ba7ae71b48ef2ba8e68d5ff
(cherry picked from commit 835447a2)
(cherry picked from commit 4f966182)
parent a82eeb92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -179,6 +179,7 @@
        <category android:name="com.cyanogenmod.filemanager.category.INTERNAL_VIEWER" />
        <category android:name="com.cyanogenmod.filemanager.category.EDITOR" />

        <data android:scheme="content" />
        <data android:scheme="file" />
        <data android:mimeType="text/*" />
        <data android:mimeType="application/javascript" />