Fix crash due to lost activity.

Change-Id: I9d0c2941bf3d725c506b15a738e6ab41678d76d1
diff --git a/src/com/android/settings/CryptKeeper.java b/src/com/android/settings/CryptKeeper.java
index d5f13d9..55435a0 100644
--- a/src/com/android/settings/CryptKeeper.java
+++ b/src/com/android/settings/CryptKeeper.java
@@ -109,7 +109,7 @@
     /**
      * Activity used to fade the screen to black after the password is entered.
      */
-    private static class FadeToBlack extends Activity {
+    public static class FadeToBlack extends Activity {
         @Override
         public void onCreate(Bundle savedInstanceState) {
             super.onCreate(savedInstanceState);