commit | 9f55ae28789754dafeed5c68468d45135d46199e | [log] [tgz] |
---|---|---|
author | Vikram Aggarwal <viki@google.com> | Mon Apr 02 13:36:35 2012 -0700 |
committer | Vikram Aggarwal <viki@google.com> | Mon Apr 02 13:36:35 2012 -0700 |
tree | 3676ebf06de36f892b3f0814acad92a4d6333dfe | |
parent | fe03081de31eb9dd1a48d726fd961bf7821f8a7f [diff] [blame] |
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);