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

Commit 00dd9308 authored by Himanshu Gupta's avatar Himanshu Gupta
Browse files

Adding support for Private Space badge in SettingsLib.

Bug: 289224457
Flag: None
Test: Flash on device and presubmit
Change-Id: Ic53a48a3bdbdf6399937ae89b6e20228b8bd863e
parent d4d5d54c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -607,6 +607,8 @@ public class Utils {
                    userType = UserIconInfo.TYPE_CLONED;
                } else if (ui.isManagedProfile()) {
                    userType = UserIconInfo.TYPE_WORK;
                } else if (ui.isPrivateProfile()) {
                    userType = UserIconInfo.TYPE_PRIVATE;
                }
            }
        } catch (Exception e) {