aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-06 12:23:03 +0200
committerjruesga <jorge@ruesga.com>2012-10-06 12:23:03 +0200
commit0b1564bd02bd5a60d6ee1e353a43ade4a602d3d8 (patch)
tree69f984763a51be5814b60c28c3add77e8b829b20 /AndroidManifest.xml
parent746b7910c21888cb0e4e9e33965073b40107d26d (diff)
downloadandroid_packages_apps_CMFileManager-0b1564bd02bd5a60d6ee1e353a43ade4a602d3d8.tar.gz
android_packages_apps_CMFileManager-0b1564bd02bd5a60d6ee1e353a43ade4a602d3d8.tar.bz2
android_packages_apps_CMFileManager-0b1564bd02bd5a60d6ee1e353a43ade4a602d3d8.zip
Open and Open with actions
Implementation of Open and Open with actions. This create a custom dialog that allow show all registered application even when only one application exists or has a preferred application. This change requires a platform signature to allow use addPreferredActivity or removePreferredActivity. For this is not working. Need be tested and checked inside CM.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 58ff7fb2..df5473f2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -25,6 +25,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
+ <uses-permission android:name="android.permission.SET_PREFERRED_APPLICATIONS" />
<application
android:name="ExplorerApplication"