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

Commit 3a6b2df2 authored by Michael Chan's avatar Michael Chan Committed by Android Git Automerger
Browse files

am 324ab848: Merge "b/2370089 Pop the dock dialog above the keyguard" into eclair

Merge commit '324ab848' into eclair-plus-aosp

* commit '324ab848':
  b/2370089 Pop the dock dialog above the keyguard
parents 6795dd59 324ab848
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;