Merge "b/2370089 Pop the dock dialog above the keyguard" into eclair

This commit is contained in:
Michael Chan
2010-01-20 16:06:44 -08:00
committed by Android (Google) Code Review

View File

@@ -397,7 +397,7 @@ public class DockService extends Service implements AlertDialog.OnMultiChoiceCli
mStartIdAssociatedWithDialog = startId;
mDialog = ab.create();
mDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG);
mDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
mDialog.setOnDismissListener(service);
mDialog.show();
return true;