Loading policy/src/com/android/internal/policy/impl/GlobalActions.java +1 −2 Original line number Diff line number Diff line Loading @@ -314,8 +314,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac } // one more thing: optionally add a list of users to switch to // temporarily enable this by default if (true || SystemProperties.getBoolean("fw.power_user_switcher", false)) { if (SystemProperties.getBoolean("fw.power_user_switcher", false)) { addUsersToMenu(mItems); } Loading Loading
policy/src/com/android/internal/policy/impl/GlobalActions.java +1 −2 Original line number Diff line number Diff line Loading @@ -314,8 +314,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac } // one more thing: optionally add a list of users to switch to // temporarily enable this by default if (true || SystemProperties.getBoolean("fw.power_user_switcher", false)) { if (SystemProperties.getBoolean("fw.power_user_switcher", false)) { addUsersToMenu(mItems); } Loading