Merge "Fix "Screen is pinned" dialog not showing completely in multi-window mode." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b35a73e7a8
@@ -107,7 +107,7 @@ public class ScreenPinningRequest implements View.OnClickListener {
|
||||
final WindowManager.LayoutParams lp = new WindowManager.LayoutParams(
|
||||
ViewGroup.LayoutParams.MATCH_PARENT,
|
||||
ViewGroup.LayoutParams.MATCH_PARENT,
|
||||
WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL,
|
||||
WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY,
|
||||
WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN
|
||||
| WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE,
|
||||
PixelFormat.TRANSLUCENT);
|
||||
|
||||
Reference in New Issue
Block a user