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

Commit 62719b1a authored by Rubin Xu's avatar Rubin Xu Committed by Android (Google) Code Review
Browse files

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

parents f0268b0b 24b89b1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -162,7 +162,7 @@ public class LockSettingsService extends ILockSettings.Stub {
     */
     */
    private static final int[] SYSTEM_CREDENTIAL_UIDS = {
    private static final int[] SYSTEM_CREDENTIAL_UIDS = {
            Process.WIFI_UID, Process.VPN_UID,
            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)
    // 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
    // devices. The most basic of these is to show/hide notifications about missing features until