aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2015-01-07 16:22:13 -0800
committerRajesh Yengisetty <rajesh@cyngn.com>2015-01-08 00:37:59 +0000
commite6dee74c68974204b71d43b404cb5d374b68b2cc (patch)
treeb121c46bc2273f26445a2137ac576c1cdbf2c6e6 /AndroidManifest.xml
parent29b98cab4063db079236d263a53388f5898ceaf9 (diff)
downloadandroid_packages_apps_CMFileManager-e6dee74c68974204b71d43b404cb5d374b68b2cc.tar.gz
android_packages_apps_CMFileManager-e6dee74c68974204b71d43b404cb5d374b68b2cc.tar.bz2
android_packages_apps_CMFileManager-e6dee74c68974204b71d43b404cb5d374b68b2cc.zip
CMFileManager: Add support for directory selection
Change-Id: I55cb3c0c5f9d96837e84ca4c89e30504e93c8668
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index cb43df89..8721d613 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -130,6 +130,10 @@
<data android:scheme="folder" />
<data android:scheme="directory" />
</intent-filter>
+ <intent-filter>
+ <action android:name="com.android.fileexplorer.action.DIR_SEL" />
+ <category android:name="android.intent.category.DEFAULT"/>
+ </intent-filter>
</activity>
<activity