summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2015-03-13 16:53:39 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-03-16 21:29:56 +0000
commit8d3bd6c49994cb27cb65e8622cc1db2aa4a1cf15 (patch)
treea36b1a8e84641f2484925b6bec952f5e8e88909c
parent1f28924c571f7b14ed2aef9200d6b6ae26bd7170 (diff)
downloadandroid_packages_apps_Calendar-8d3bd6c49994cb27cb65e8622cc1db2aa4a1cf15.tar.gz
android_packages_apps_Calendar-8d3bd6c49994cb27cb65e8622cc1db2aa4a1cf15.tar.bz2
android_packages_apps_Calendar-8d3bd6c49994cb27cb65e8622cc1db2aa4a1cf15.zip
Calendar: support ACTION_VIEW instead of ACTION_SEND
Change-Id: I9b7608a9161b1370a4ee4ab520c0e0e9a0fd9c9c
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bc36311d..7aaaaa82 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -161,7 +161,7 @@
android:theme="@android:style/Theme.NoDisplay"
android:launchMode="singleTop">
<intent-filter>
- <action android:name="android.intent.action.SEND" />
+ <action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="content" />
<data android:scheme="file" />