android - Activity state instance - insights? -


i have question regarding saved state instance of activity stored, internally. since it's possible restore when process killed, expect android os stores data somewhere else (other app's process memory space).

i'm asking because have sessionid (in app memory only) sensitive , have requirement not store in permanent storage. state instance of activity fall under category?

see will 'bundle savedinstancestate' alive after application being killed?.

in aosp 4.4.2, saved instance states stored in system process's memory.


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -