Files in the internal storage directory of your application are private by default for your application. This means that the PDF-Reader application cannot read this file (since it does not work with your pid applications - read permission is not specified).
PDF
Context.MODE_WORLD_READABLE. , .
Context.openFileOutput() Context.openFileInput() ( ). , .
user658042