Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a2d0dd8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Atoms.proto PROFILE_CLONE entry" into sc-dev am: 9d7540c1 am: 2eaac8e7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14495614

Change-Id: Ifdd90c69cf26b29d4952319c953572944f550433
parents 2c200790 2eaac8e7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2026,6 +2026,9 @@ public class UserManager {
            case USER_TYPE_SYSTEM_HEADLESS:
                return FrameworkStatsLog
                        .USER_LIFECYCLE_JOURNEY_REPORTED__USER_TYPE__SYSTEM_HEADLESS;
            case USER_TYPE_PROFILE_CLONE:
                return FrameworkStatsLog
                        .USER_LIFECYCLE_JOURNEY_REPORTED__USER_TYPE__PROFILE_CLONE;
            default:
                return FrameworkStatsLog.USER_LIFECYCLE_JOURNEY_REPORTED__USER_TYPE__TYPE_UNKNOWN;
        }