Android app directory structure, email files from internal storage
问题 I have a problem. I'm currently saving pdf files in the internal storage /data/user/0/com.thatapp.myApp/files/JP_31072016065930.pdf Reading it via the app is not a problem, so I'm positive it exists. I'm now trying to send the file via email. From the other questions and answers here, I gather that you need to use a file provider. So I added the following to my manifest <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.thatapp.fileprovider" android