summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-10-24 11:11:51 -0700
committerJohn Reck <jreck@google.com>2012-10-25 18:03:12 -0700
commitf85d974363a40b8ce588ba3fe902eec38de603d9 (patch)
treee7c1abe525011f32390fc36bb911b93ddeb0e4b8 /AndroidManifest.xml
parent6106c833161cf8e64fc6a9580116f11f4a02d98b (diff)
downloadandroid_packages_apps_Gallery2-f85d974363a40b8ce588ba3fe902eec38de603d9.tar.gz
android_packages_apps_Gallery2-f85d974363a40b8ce588ba3fe902eec38de603d9.tar.bz2
android_packages_apps_Gallery2-f85d974363a40b8ce588ba3fe902eec38de603d9.zip
Add proxy launcher
Bug: 7394901 Change-Id: I667a6e6fbd11d4c02dc536067bb6f3813775db9c
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7a7e04466..986f56de5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -389,5 +389,8 @@
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
</intent-filter>
</activity>
+ <activity android:name="com.android.camera.ProxyLauncher"
+ android:theme="@android:style/Theme.NoDisplay">
+ </activity>
</application>
</manifest>