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

Commit 98cd7b7a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Implemented TargetUser.toString()"

parents 7f5585cf 428ab0a6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -168,6 +168,11 @@ public abstract class SystemService {
        public int getUserIdentifier() {
            return mUserInfo.id;
        }

        @Override
        public String toString() {
            return Integer.toString(getUserIdentifier());
        }
    }

    /**