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

Commit 428ab0a6 authored by Felipe Leme's avatar Felipe Leme
Browse files

Implemented TargetUser.toString()

Test: manual verification on logcat
Bug: 146145144
Bug: 146207078

Change-Id: I366033ccd24028333fc9a5ce233e133b9467f33d
parent 96d61bff
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());
        }
    }

    /**