Actions
Feature #69
closedCompletely remove Privacy Browser from RAM on "Clear and Exit"
Start date:
11/09/2016
Due date:
% Done:
0%
Estimated time:
Description
By default, Android maintians closed application in RAM as a cache so they can be restarted faster. The RAM is marked as available and garbage collected if needed by other applications. However, even though Privacy Browser clears all the sensitive variables on "Clear and Exit", there are still potential privacy problems with having the main application remain in RAM.
Updated by Soren Stoutner about 8 years ago
- Status changed from New to Closed
Adding `System.exit(0);` to the end of the "Clear and Exit" commands completely removes Privacy Browser from RAM.
Resolved in https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=c53f7f40ba3e031ad6d0eb7ccec25e79911819c2.
Updated by Soren Stoutner over 5 years ago
- Priority changed from 2 to Next Release
Actions