Hi everybody, i have a doubt. Do you know how I ca...
# android
r
Hi everybody, i have a doubt. Do you know how I can delete the sharepreferences before the app closes, that is, in the onDestory ()?
😶 2
And please only ask Kotlin related questions in this channel. See the discription for Android sources.
a
Note that the system can and does
kill -9
your app at any time it feels like it without formally invoking your activity lifecycle callbacks or notifying your app in any way. Do not rely on this to provide security or privacy guarantees in your app. (Or even UX guarantees, really.)