Loading
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
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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