am 8ec59a72: Merge "Show hideycling for non-primary users." into klp-dev

* commit '8ec59a72889f7da0c13119977ca62ada8a1498e0':
  Show hideycling for non-primary users.
This commit is contained in:
John Spurlock
2014-03-04 19:12:37 +00:00
committed by Android Git Automerger

View File

@@ -178,6 +178,7 @@ public class ImmersiveModeConfirmation {
| WindowManager.LayoutParams.FLAG_HARDWARE_ACCELERATED
,
PixelFormat.TRANSLUCENT);
lp.privateFlags |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
lp.setTitle("ImmersiveModeConfirmation");
lp.windowAnimations = com.android.internal.R.style.Animation_RecentApplications;
lp.gravity = Gravity.FILL;