OSDN Git Service

Fixed check for volume name.
authorFelipe Leme <felipeal@google.com>
Thu, 9 Jun 2016 22:25:00 +0000 (15:25 -0700)
committerFelipe Leme <felipeal@google.com>
Fri, 10 Jun 2016 18:07:35 +0000 (11:07 -0700)
commit60f8f72cd49cdcb27e018eee5cd60ad37dd7e92c
treea937e6fc3d14ac32c01dcac5a909533ea7329638
parent9b5a78072281ebf0182234d56b6ec174e911d24e
Fixed check for volume name.

There are scenarios - like when an SD Card is adopted as internal
storage - where the getBestVolumeDescription() returns null, in which
case we should use the StorageVolume description instead (or a default
value if such description is also null)>

Change-Id: Ia11c3f4069dfbe252c568210ee60b5d8c384d863
Fixes: 29198046
packages/DocumentsUI/src/com/android/documentsui/OpenExternalDirectoryActivity.java