Merge "add settings log to user creation actions"
This commit is contained in:
@@ -1582,6 +1582,7 @@ public class UserSettings extends SettingsPreferenceFragment
|
|||||||
openUserDetails(userInfo, false);
|
openUserDetails(userInfo, false);
|
||||||
return true;
|
return true;
|
||||||
} else if (pref == mAddUser) {
|
} else if (pref == mAddUser) {
|
||||||
|
mMetricsFeatureProvider.action(getActivity(), SettingsEnums.ACTION_USER_ADD);
|
||||||
// If we allow both types, show a picker, otherwise directly go to
|
// If we allow both types, show a picker, otherwise directly go to
|
||||||
// flow for full user.
|
// flow for full user.
|
||||||
if (mUserCaps.mCanAddRestrictedProfile) {
|
if (mUserCaps.mCanAddRestrictedProfile) {
|
||||||
|
Reference in New Issue
Block a user