Kenny Root a3639da4f2 Fix cast to String[] in FullBackupAgent
obj.toArray() can't return anything more specific than Object[], so use
obj.toArray(new String[obj.size()]) to do this instead.

Change-Id: I87a0a2bb10206a37b28a535652a8f81f94c1f06f
2010-02-17 12:47:04 -08:00
..
2010-01-29 13:29:51 -08:00
2010-02-16 17:11:10 -08:00
2010-02-16 08:48:52 -08:00
2010-02-17 13:18:45 -05:00