Merge "Always set the task auth no matter the relinquished attribute" into sc-v2-dev am: 61d2fce0c1 am: 5fa3acde5a
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16004193 Change-Id: I23e5abbee865dc3b12e94a0cb36eab30a894f331
This commit is contained in:
@@ -994,7 +994,6 @@ class Task extends TaskFragment {
|
||||
mCallingPackage = r.launchedFromPackage;
|
||||
mCallingFeatureId = r.launchedFromFeatureId;
|
||||
setIntent(intent != null ? intent : r.intent, info != null ? info : r.info);
|
||||
return;
|
||||
}
|
||||
setLockTaskAuth(r);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user