android - Is there a way to deleting a file during uninstallation of an APK -


I am working on a project that is made up of a set of applications installed on an Android device. Each application transfers some files to a shared directory in local files.

Itemprop = "text">

If you have "local storage in a shared directory" (where I am translating "local storage", as is the reference to Android SDK).

Files located in per-app directories, such as getExternalFilesDir () , are "related" to the app and are deleted when the app is uninstalled.

External storage is retained when located somewhere else "" and an app is uninstalled.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -