Declare task affinity for entries that could be launched by SafetyCenter

Test: manual

Bug: 222676668
Change-Id: I44c2f0cee61ffd8f10284cda5a740a9e9d9ea7bb
This commit is contained in:
Yuri Ufimtsev
2022-03-09 09:49:15 +00:00
parent 46756fcb44
commit be98245015
10 changed files with 93 additions and 16 deletions

View File

@@ -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();
}
/**