summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2011-07-27 16:45:13 -0700
committerDaniel Lehmann <lehmannd@google.com>2011-07-27 16:45:13 -0700
commitedb576aab33efff623691a89ace3c76cb2ff12d1 (patch)
tree27cd3ed37d4521d3d5c57d8a4b39f972f6dc271f /AndroidManifest.xml
parente09c1147f14f160740b4b2bfc8836d283a653b8e (diff)
downloadpackages_apps_Contacts-edb576aab33efff623691a89ace3c76cb2ff12d1.tar.gz
packages_apps_Contacts-edb576aab33efff623691a89ace3c76cb2ff12d1.tar.bz2
packages_apps_Contacts-edb576aab33efff623691a89ace3c76cb2ff12d1.zip
Implement new QuickContact design
- Also removes default-functionality - Fixes the flicker when dismissing (Bug:5025418) Change-Id: I46cf0fbdb2dcbf002612672e5e8f81a9b1ab6939
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 4c5b19f43..b669152a7 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -390,7 +390,7 @@
<!-- Used to show QuickContact window over a translucent activity, which is a
temporary hack until we add better framework support. -->
<activity
- android:name=".quickcontact.QuickContactWindow"
+ android:name=".quickcontact.QuickContactActivity"
android:theme="@style/Theme.QuickContact"
android:launchMode="singleTop"
android:excludeFromRecents="true"