PackageInstaller: fix NPE due to a race condition in PackageUtil

Directory can be removed by the time listFiles() is called, which makes it return null. Null can
also be returned due to an I/O error.

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>
1 file changed