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

Commit b6c3a344 authored by Anna Bauza's avatar Anna Bauza
Browse files

add settings log to user creation actions

Bug: 260573368
Test: croot && make RunSettingsRoboTests -j40 ROBOTEST_FILTER="com.android.settings.users.UserSettingsTest"
Change-Id: If54799d074103df3a46945acab337bfa9d88dd0c
parent 60a724fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1604,6 +1604,7 @@ public class UserSettings extends SettingsPreferenceFragment
            openUserDetails(userInfo, false);
            return true;
        } else if (pref == mAddUser) {
            mMetricsFeatureProvider.action(getActivity(), SettingsEnums.ACTION_USER_ADD);
            // If we allow both types, show a picker, otherwise directly go to
            // flow for full user.
            if (mUserCaps.mCanAddRestrictedProfile) {