summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-10-15 12:06:06 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-10-15 20:45:02 +0000
commit91ac68284e0c0f027f16c442f92e630530f7233f (patch)
tree0cd4f36a9a58b33e32e10d7c0d7c02ef843f5013
parentab732f0baa0a8c80a6ad898066a345589888cc35 (diff)
downloadpackages_apps_Trebuchet-91ac68284e0c0f027f16c442f92e630530f7233f.tar.gz
packages_apps_Trebuchet-91ac68284e0c0f027f16c442f92e630530f7233f.tar.bz2
packages_apps_Trebuchet-91ac68284e0c0f027f16c442f92e630530f7233f.zip
Changing the taskAffinity for LockScreenRecentsActivity so that other activities do
not get started in this task Bug: 138473688 Change-Id: I63b72236496a818d08ccb14e02e4fbf698a0cc49 (cherry picked from commit 657d3f8ca7f6ea92b42edfaf7ede534eca0e21bd)
-rw-r--r--quickstep/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/quickstep/AndroidManifest.xml b/quickstep/AndroidManifest.xml
index 546548036..826a27553 100644
--- a/quickstep/AndroidManifest.xml
+++ b/quickstep/AndroidManifest.xml
@@ -88,6 +88,7 @@
<activity android:name="com.android.quickstep.LockScreenRecentsActivity"
android:theme="@android:style/Theme.NoDisplay"
android:showOnLockScreen="true"
+ android:taskAffinity="${packageName}.locktask"
android:directBootAware="true" />
</application>