summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-09-25 14:27:56 -0700
committernicolasroard <nicolasroard@google.com>2012-09-26 16:13:45 -0700
commita21fca7316757b9e311a6fbcd82f1cf54e45e3fa (patch)
tree2d9fb1bdb46490a023cb838ba2ad794bb1589505 /AndroidManifest.xml
parent7dba7345975398fe34138fdb0515f055d5980886 (diff)
downloadandroid_packages_apps_Snap-a21fca7316757b9e311a6fbcd82f1cf54e45e3fa.tar.gz
android_packages_apps_Snap-a21fca7316757b9e311a6fbcd82f1cf54e45e3fa.tar.bz2
android_packages_apps_Snap-a21fca7316757b9e311a6fbcd82f1cf54e45e3fa.zip
Initial import of the new image editor
bug:7165910 Change-Id: I756d6594f5bddd233772c979410362ca22e232a3
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 884f27bd9..cf9f46134 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -375,5 +375,20 @@
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
</intent-filter>
</activity>
+ <activity
+ android:name=".filtershow.FilterShowActivity"
+ android:label="@string/title_activity_filter_show"
+ android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen" >
+ <intent-filter>
+ <action android:name="android.intent.action.EDIT" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <data android:mimeType="image/*" />
+ </intent-filter>
+ <intent-filter>
+ <action android:name="action_nextgen_edit" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <data android:mimeType="image/*" />
+ </intent-filter>
+ </activity>
</application>
</manifest>