commit | eb61aac503a3bd8b5c9986f96fd2334382449b0a | [log] [tgz] |
---|---|---|
author | Ben Kwa <kenobi@google.com> | Mon Mar 14 15:12:12 2016 -0700 |
committer | Ben Kwa <kenobi@google.com> | Wed Mar 16 13:53:07 2016 -0700 |
tree | 42bd845e8954563e5665049d441c9f13158407f3 | |
parent | 5c4eeb9845b5c6664b135c53ebf83d74a392b719 [diff] |
Add delete key support. - Pull the action mode up from the ActionMode listener into the DirectoryFragment. There is no way to globally check on action mode, so fragment-level coordination on the action mode requires a fragment-level variable. - Add a key handling clause for the delete key. Unfortunately this can't be set up as a shortcut key, because shortcuts all have to be modified with the "Ctrl" key. BUG=27409328 Change-Id: I48d1c87613ee7434728828e3b745fadb3bc915c1