OSDN Git Service

Don't use toArray() inappropriately
authorChristopher Tate <ctate@google.com>
Fri, 7 Sep 2012 02:07:19 +0000 (19:07 -0700)
committerChristopher Tate <ctate@google.com>
Fri, 7 Sep 2012 02:17:45 +0000 (19:17 -0700)
commita96798e4a548f5ec0e387b2cdd8d419378498ebd
treed8dfc68e893d00ffa6adcf559f003afc24d7e0c4
parent6da5827193408ec6d2a77b64448b2f1c40b9a482
Don't use toArray() inappropriately

HashSet<String>.toArray() does not give you an array of strings.

Change-Id: I2053e714b12eab718aaf75d92bbc0625745b9932
packages/SettingsProvider/src/com/android/providers/settings/DatabaseHelper.java