summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-01-12 16:25:21 +0800
committerYorke Lee <yorkelee@google.com>2015-01-12 16:25:21 +0800
commitcf307845c2acac263c71a7e7a1692b97a6859603 (patch)
tree83902a5eb758786f8397a1a88ef2906d87986be6
parentd9a401da2de8bb7c3c4cd699608cd5de323c00ce (diff)
downloadandroid_packages_apps_Dialer-cf307845c2acac263c71a7e7a1692b97a6859603.tar.gz
android_packages_apps_Dialer-cf307845c2acac263c71a7e7a1692b97a6859603.tar.bz2
android_packages_apps_Dialer-cf307845c2acac263c71a7e7a1692b97a6859603.zip
Launch CircularRevealActivity as singleInstance
Start the activity as the only activity in its task so that Dialer will not remain on the task stack after the call is ended. Bug: 18932141 Change-Id: I18f780df4a9ddfe2bef56f27b79a9ff5efbe9d86
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e8def4b9c..039cc3183 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -277,6 +277,7 @@
android:theme="@style/Theme.CircularRevealAnimation"
android:exported="false"
android:configChanges="keyboardHidden|orientation"
+ android:launchMode="singleInstance"
android:noHistory="true"
android:excludeFromRecents="true"
android:screenOrientation="nosensor" />