Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90c197d3 authored by Rubin Xu's avatar Rubin Xu Committed by android-build-merger
Browse files

Merge "Restore resetKeyStore() logic of clearing SYSTEM uid" into oc-dev

am: da3d71f0

Change-Id: I8000419d8abd92b247b7de6b5816cc43883facd1
parents 58fa4b99 da3d71f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,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