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:
Jason parks
2011-06-13 17:38:45 -05:00
parent 6fc9c2fd37
commit 00046d6e17
4 changed files with 19 additions and 38 deletions

View File

@@ -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;
}