summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-01-13 03:35:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-13 03:35:38 +0000
commit28f5a953f238bd2ac580314450fd43fb9e45fb32 (patch)
treef9fc849b0e59081dd8f704b8ed46efb087133e51
parent935dc32e4a9302e9c121cd0a18b00f0e565c2bef (diff)
parente8d45249118ddb43ed4e8e999c9e8b60d95b0f41 (diff)
am e8d45249: Merge "Launch CircularRevealActivity as singleInstance" into lmp-mr1-dev
* commit 'e8d45249118ddb43ed4e8e999c9e8b60d95b0f41': Launch CircularRevealActivity as singleInstance
-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" />