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

Commit e362ac08 authored by Mario Danic's avatar Mario Danic
Browse files

Add ID



Signed-off-by: default avatarMario Danic <mario@lovelyhq.com>
parent db406f86
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -423,6 +423,10 @@ public class AccountUtils {
		 */
		public static final String KEY_DISPLAY_NAME = "oc_display_name";

		/**
		 * User ID
		 */
		public static final String KEY_USER_ID = "oc_id";
	}

}