Merge android10-qpr2-s3-release to aosp/master - DO NOT MERGE

Merged-In: I1da09579d5ce7b2c67b4a7db381c779a5c5ccb6b
Change-Id: Ifdb33d0e12e1a487f694c37e3e99f87af06b6b74
This commit is contained in:
Bill Yi
2020-05-04 20:37:48 -07:00
3 changed files with 15 additions and 2 deletions

View File

@@ -188,6 +188,11 @@ public abstract class ConfirmDeviceCredentialBaseActivity extends SettingsActivi
}
}
@Override
public boolean isLaunchableInTaskModePinned() {
return true;
}
public void prepareEnterAnimation() {
getFragment().prepareEnterAnimation();
}

View File

@@ -89,7 +89,8 @@ public final class PasswordUtils extends com.android.settingslib.Utils {
/* initialPid= */ -1,
getCallingAppPackageName(activityToken),
userId,
message);
message,
false);
} catch (RemoteException e) {
Log.v(TAG, "Could not talk to activity manager.", e);
}