Merge "b/2370089 Pop the dock dialog above the keyguard" into eclair
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user