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