Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51b60bf0 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am b2e330c6: am 55c70293: Merge "Show the touch explore enable dialog for the...

am b2e330c6: am 55c70293: Merge "Show the touch explore enable dialog for the current user." into jb-mr1-dev

* commit 'b2e330c6':
  Show the touch explore enable dialog for the current user.
parents a4c88ee9 b2e330c6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1123,7 +1123,9 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
                        R.string.enable_explore_by_touch_warning_message, label))
                .create();
            mEnableTouchExplorationDialog.getWindow().setType(
                    WindowManager.LayoutParams.TYPE_INPUT_METHOD_DIALOG);
                    WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
            mEnableTouchExplorationDialog.getWindow().getAttributes().privateFlags
                    |= WindowManager.LayoutParams.PRIVATE_FLAG_SHOW_FOR_ALL_USERS;
            mEnableTouchExplorationDialog.setCanceledOnTouchOutside(true);
            mEnableTouchExplorationDialog.show();
        }