Get encryption working for phones.
I've removed the "special" keyboard from the phone layouts for now. Change-Id: I4b18279dafb18ba7cebacfad1b7167e34a7203b4
This commit is contained in:
@@ -62,6 +62,8 @@ public class CryptKeeperConfirm extends Fragment {
|
||||
public void run() {
|
||||
IBinder service = ServiceManager.getService("mount");
|
||||
if (service == null) {
|
||||
Log.e("CryptKeeper", "Failed to find the mount service");
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user