Checks for openFileOutput()
and getSharedPreferences()
calls passing MODE_WORLD_WRITEABLE
There are cases where it is appropriate for an application to write world writeable files, but these should be reviewed carefully to ensure that they contain no private data, and that if the file is modified by a malicious application it does not trick or compromise your application.