0
我的應用程序將使用DevicePolicyManager.Am設置爲使用DevicePolicyManager .resetPassword()方法設置密碼(如'1234')的活動管理員。是否有可能解鎖手機,而不要求默認的鎖定屏幕(我想通過已經使用的密碼「1234」作爲鍵盤輸入)使用DevicePolicyManager解鎖Android
我已經用來鎖定的代碼。
mDPM.resetPassword("1234", DevicePolicyManager.RESET_PASSWORD_REQUIRE_ENTRY);
好的讓我檢查 – user3800400