* commit '49eac16ec00ea63feaafc137a1d313fcb4374b36': Show hideycling for non-primary users.
This commit is contained in:
@@ -178,6 +178,7 @@ public class ImmersiveModeConfirmation {
|
|||||||
| WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED
|
| WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED
|
||||||
,
|
,
|
||||||
PixelFormat.TRANSLUCENT);
|
PixelFormat.TRANSLUCENT);
|
||||||
|
lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
|
||||||
lp.setTitle("ImmersiveModeConfirmation");
|
lp.setTitle("ImmersiveModeConfirmation");
|
||||||
lp.windowAnimations = com.android.internal.R.style.Animation_RecentApplications;
|
lp.windowAnimations = com.android.internal.R.style.Animation_RecentApplications;
|
||||||
lp.gravity = Gravity.FILL;
|
lp.gravity = Gravity.FILL;
|
||||||
|
|||||||
Reference in New Issue
Block a user