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

Commit ae3311e5 authored by Michael Chan's avatar Michael Chan
Browse files

b/2370089 Pop the dock dialog above the keyguard

Change-Id: I958ac22defb057fd1ce98a711e3e92073588b1e8
parent 04bdae75
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;