Checks for openFileOutput()
and getSharedPreferences()
calls passing MODE_WORLD_READABLE
There are cases where it is appropriate for an application to write world readable files, but these should be reviewed carefully to ensure that they contain no private data that is leaked to other applications.