Fix crash due to lost activity.

Change-Id: I9d0c2941bf3d725c506b15a738e6ab41678d76d1
This commit is contained in:
Vikram Aggarwal
2012-04-02 13:36:35 -07:00
parent fe03081de3
commit 9f55ae2878
2 changed files with 2 additions and 2 deletions

View File

@@ -1351,7 +1351,7 @@
</intent-filter>
</activity>
<activity android:name=".CryptKeeper$Blank"
<activity android:name=".CryptKeeper$FadeToBlack"
android:immersive="true"
android:launchMode="singleTop"
android:theme="@style/CryptKeeperBlankTheme"

View File

@@ -109,7 +109,7 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
/**
* 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);