OSDN Git Service

Update Editor Activity to handle Content URI
authorStephen Bird <sbird@cyngn.com>
Tue, 19 May 2015 17:32:46 +0000 (10:32 -0700)
committerRajesh Yengisetty <rajesh@cyngn.com>
Tue, 19 May 2015 18:19:05 +0000 (18:19 +0000)
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

AndroidManifest.xml

index 533a2d8..7b58d26 100644 (file)
         <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" />