From cf307845c2acac263c71a7e7a1692b97a6859603 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Mon, 12 Jan 2015 16:25:21 +0800 Subject: 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 --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'AndroidManifest.xml') 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" /> -- cgit v1.2.3