Add a workaround for Android Support Library bug on Android M.
commite2b969edfca4d7f1961139249a9e41b45b9d2b50
authoraurimas <aurimas@chromium.org>
Wed, 15 Jul 2015 02:19:01 +0000 (14 19:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 15 Jul 2015 02:19:28 +0000 (15 02:19 +0000)
treeda5fbe43efd79c9a167ca9c9a6d9b95fbdbb85b1
parent40ba686a6a6cd4387759376bebe505298742ca50
Add a workaround for Android Support Library bug on Android M.

There is a bug in Android Support Library on Android M devices
when user brings up the ActionMode (cut, copy, paste) bar as it
breaks BACK button. This change forces Android Support library
not to handle action mode and let the system handle it instead.

BUG=510128

Review URL: https://codereview.chromium.org/1235253005

Cr-Commit-Position: refs/heads/master@{#338804}
chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java