OSDN Git Service

Enable selection action mode for Android M+.
authorYohei Yukawa <yukawa@google.com>
Sat, 31 Oct 2015 01:54:58 +0000 (18:54 -0700)
committerYohei Yukawa <yukawa@google.com>
Sat, 31 Oct 2015 01:54:58 +0000 (18:54 -0700)
commit1bd9a430edd15a540cb62b5141ebfa29456add3f
tree103a160a04fe2b75677023c50036259cf8420341
parentd469b7fdc2018bcb5403d3f45ba0aa1b678c47d3
Enable selection action mode for Android M+.

Since I62963d225e6ea5d2ec9d8ebc8a6d73099f5d6c7f, we have disabled
selection action mode in the folder-name editing mode on Launcher,
mainly because it messed up the view on phones.  However that is no
longer the case in Android M and later, where floating action mode
is available.

With this CL, we start relying on the default floating action mode
in Android M and later.

Bug: 22210697
Change-Id: Ie19e7844194acd86cdb013254a1923f0b1d78e11
src/com/android/launcher3/Folder.java