OSDN Git Service

replace some ugly code with not-too-ugly code..
authorVasu Nori <vnori@google.com>
Fri, 25 Feb 2011 07:32:08 +0000 (23:32 -0800)
committerVasu Nori <vnori@google.com>
Fri, 25 Feb 2011 07:32:08 +0000 (23:32 -0800)
commit8128ff8cbe239c1d50f8ba12cf375c754862df0a
tree30a21d004b47991c885381109cd6fa0c70f18e0d
parente00489a835f237c7adc8469c2f0bf947f1a80b9e
replace some ugly code with not-too-ugly code..

replaced this kind of code
   string + " " + number + "out of" + " " + number
with this
   String.format("%1$d out of %2$d", number, number);

Change-Id: If1cc296da48dd6823e9081a55b6eab2e3fcee552
res/values/strings.xml
src/com/android/settings/deviceinfo/MiscFilesHandler.java