Revert "Fix Talkback should talk the strings in tutorial on the top screen"
This reverts commit 8da28ef6de.
Reason for revert: It will cause another exit one-handed gesture conflict side-effect, so revert it.
Change-Id: Ice0325198db596ac144aae83555f6c268431d0b1
This commit is contained in:
@@ -163,7 +163,9 @@ public class OneHandedTutorialHandler implements OneHandedTransitionCallback, Du
|
||||
final WindowManager.LayoutParams lp = new WindowManager.LayoutParams(
|
||||
mDisplaySize.x, mTutorialAreaHeight, 0, 0,
|
||||
WindowManager.LayoutParams.TYPE_NAVIGATION_BAR_PANEL,
|
||||
WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN,
|
||||
WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN
|
||||
| WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE
|
||||
| WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE,
|
||||
PixelFormat.TRANSLUCENT);
|
||||
lp.gravity = Gravity.TOP | Gravity.LEFT;
|
||||
lp.privateFlags |= WindowManager.LayoutParams.SYSTEM_FLAG_SHOW_FOR_ALL_USERS;
|
||||
|
||||
Reference in New Issue
Block a user