Declare task affinity for entries that could be launched by SafetyCenter
Test: manual Bug: 222676668 Change-Id: I44c2f0cee61ffd8f10284cda5a740a9e9d9ea7bb
This commit is contained in:
@@ -71,8 +71,8 @@ public class FaceStatusUtils {
|
||||
* Returns the class name of the Settings page corresponding to face settings.
|
||||
*/
|
||||
public String getSettingsClassName() {
|
||||
return hasEnrolled() ? Settings.FaceSettingsActivity.class.getName()
|
||||
: FaceEnrollIntroduction.class.getName();
|
||||
return hasEnrolled() ? Settings.FaceSettingsInternalActivity.class.getName()
|
||||
: FaceEnrollIntroductionInternal.class.getName();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user