am 324ab848
: Merge "b/2370089 Pop the dock dialog above the keyguard" into eclair
Merge commit '324ab8489cdc8ad4bff4e366940fa16e455f5933' into eclair-plus-aosp * commit '324ab8489cdc8ad4bff4e366940fa16e455f5933': b/2370089 Pop the dock dialog above the keyguard
This commit is contained in:
@@ -397,7 +397,7 @@ public class DockService extends Service implements AlertDialog.OnMultiChoiceCli
|
|||||||
|
|
||||||
mStartIdAssociatedWithDialog = startId;
|
mStartIdAssociatedWithDialog = startId;
|
||||||
mDialog = ab.create();
|
mDialog = ab.create();
|
||||||
mDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG);
|
mDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
|
||||||
mDialog.setOnDismissListener(service);
|
mDialog.setOnDismissListener(service);
|
||||||
mDialog.show();
|
mDialog.show();
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user