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

Commit 835447a2 authored by Stephen Bird's avatar Stephen Bird Committed by Rajesh Yengisetty
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
parent 08a24ffb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -199,6 +199,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" />