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
Post a Comment