diff options
| author | Stephen Bird <sbird@cyngn.com> | 2015-05-19 10:32:46 -0700 |
|---|---|---|
| committer | Stephen Bird <sbird@cyngn.com> | 2015-05-19 18:39:31 +0000 |
| commit | 4f966182bc90e7c2f4148d7beb32e4b39e1bc152 (patch) | |
| tree | 8d45f2196a481a37d06b67e2df88dd779c05a34c | |
| parent | d17d18fe95516ac156141ed8ec1989de25fbd123 (diff) | |
| download | android_packages_apps_CMFileManager-4f966182bc90e7c2f4148d7beb32e4b39e1bc152.tar.gz android_packages_apps_CMFileManager-4f966182bc90e7c2f4148d7beb32e4b39e1bc152.tar.bz2 android_packages_apps_CMFileManager-4f966182bc90e7c2f4148d7beb32e4b39e1bc152.zip | |
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 835447a2ac938f1a8a68e2539f63cd004acb5a6a)
| -rw-r--r-- | AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index dd0a110f..cf4027d1 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -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" /> |
