Will the files be deleted on app update?
I want to create a settings file for my app which I store in the internal memory. I am wondering if this file will be deleted when the user update开发者_如何学JAVAs the app to a newer version.
No they are only deleted on uninstall. You want to look into SharedPreferences though for storing basic preferences.
精彩评论