aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-01 01:27:58 +0200
committerjruesga <jorge@ruesga.com>2012-10-01 01:27:58 +0200
commitbf8ccefeb9d6b8f6b00099c7ba5d04fcc75357d7 (patch)
tree54637fc796c3d025276a049dae87735834c26f6f /AndroidManifest.xml
parentbffa4c3061d775af3e4c591d6c8a660d312d776a (diff)
downloadandroid_packages_apps_CMFileManager-bf8ccefeb9d6b8f6b00099c7ba5d04fcc75357d7.tar.gz
android_packages_apps_CMFileManager-bf8ccefeb9d6b8f6b00099c7ba5d04fcc75357d7.tar.bz2
android_packages_apps_CMFileManager-bf8ccefeb9d6b8f6b00099c7ba5d04fcc75357d7.zip
Some providers + Some actions
* Create new Bookmarks provider (database + providers). Replace old shared preferences based. * New actions "Add to bookmarks" (global + fso). * Initial support for "open" and "open with" actions. * Clean up
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3020230b..58ff7fb2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -40,7 +40,12 @@
<provider
android:name=".providers.RecentSearchesContentProvider"
- android:authorities="com.cyanogenmod.explorer.providers.RecentSearchesContentProvider"
+ android:authorities="com.cyanogenmod.explorer.providers.recentsearches"
+ android:exported="false" />
+
+ <provider
+ android:name=".providers.BookmarksContentProvider"
+ android:authorities="com.cyanogenmod.explorer.providers.bookmarks"
android:exported="false" />
<activity