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
commit3e0b2a8a253e94924f302e69aefe9fa9f87f1500 (patch)
treeb2e12c3fc34c7eaf32c1d2fa7f2c9d4a8bcb3190 /AndroidManifest.xml
parentbe6454a7f45cb4ed491e05cf885faf79cc89334f (diff)
downloadandroid_packages_apps_Snap-3e0b2a8a253e94924f302e69aefe9fa9f87f1500.tar.gz
android_packages_apps_Snap-3e0b2a8a253e94924f302e69aefe9fa9f87f1500.tar.bz2
android_packages_apps_Snap-3e0b2a8a253e94924f302e69aefe9fa9f87f1500.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>