Merge "Attempt to clear memory after keyguard PIN entry" into sc-dev am: f16b3f76aa
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15502355 Change-Id: Idf13cbd578dddf67bdcb07d5beff349f9dba09a4
This commit is contained in:
@@ -146,7 +146,9 @@ public class KeyguardSecurityContainerController extends ViewController<Keyguard
|
||||
try {
|
||||
Thread.sleep(5000);
|
||||
} catch (InterruptedException ignored) { }
|
||||
Runtime.getRuntime().gc();
|
||||
System.gc();
|
||||
System.runFinalization();
|
||||
System.gc();
|
||||
});
|
||||
} else {
|
||||
SysUiStatsLog.write(SysUiStatsLog.KEYGUARD_BOUNCER_PASSWORD_ENTERED,
|
||||
|
||||
Reference in New Issue
Block a user