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

Commit aba08754 authored by Rich Cannings's avatar Rich Cannings
Browse files

Fix the lock screen bypass issue reported in...

Fix the lock screen bypass issue reported in http://forum.xda-developers.com/showthread.php?t=436767.
parent e5ed42d1
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1325,11 +1325,10 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                // If the user is holding the menu key code, then we are
                // going to boot into safe mode.
                ActivityManagerNative.getDefault().enterSafeMode();
            } else {
            }
            // tell the keyguard
            mKeyguardMediator.onSystemReady();
            android.os.SystemProperties.set("dev.bootcomplete", "1"); 
            }
        } catch (RemoteException e) {
            // Ignore
        }