Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 324ab848 authored by Michael Chan's avatar Michael Chan Committed by Android (Google) Code Review
Browse files

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

parents 359b2bcc ae3311e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;