summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2015-03-13 16:53:39 -0700
committerSteve Kondik <steve@cyngn.com>2015-10-18 13:52:55 -0700
commitc8cb016b33f77ff0ffb107a5a702bb476c681692 (patch)
tree366ef1fea0573b90588a0e7561b83fda2127bf66 /AndroidManifest.xml
parent89002ba2ece50c3d1dde3a5e67184384960f8a5c (diff)
downloadandroid_packages_apps_Calendar-c8cb016b33f77ff0ffb107a5a702bb476c681692.tar.gz
android_packages_apps_Calendar-c8cb016b33f77ff0ffb107a5a702bb476c681692.tar.bz2
android_packages_apps_Calendar-c8cb016b33f77ff0ffb107a5a702bb476c681692.zip
Calendar: support ACTION_VIEW instead of ACTION_SEND
Change-Id: I9b7608a9161b1370a4ee4ab520c0e0e9a0fd9c9c
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bc778484..97c24bf0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -163,7 +163,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" />