Merge "Restore resetKeyStore() logic of clearing SYSTEM uid"

This commit is contained in:
Rubin Xu
2017-05-22 21:00:13 +00:00
committed by Android (Google) Code Review

View File

@@ -162,7 +162,7 @@ public class LockSettingsService extends ILockSettings.Stub {
*/
private static final int[] SYSTEM_CREDENTIAL_UIDS = {
Process.WIFI_UID, Process.VPN_UID,
Process.ROOT_UID };
Process.ROOT_UID, Process.SYSTEM_UID };
// This class manages life cycle events for encrypted users on File Based Encryption (FBE)
// devices. The most basic of these is to show/hide notifications about missing features until