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

Commit b33741fc authored by Paul Lawrence's avatar Paul Lawrence
Browse files

Revert "Remove don't kill flag from CryptKeeper to stop logspam"

This reverts commit 4f60679b.

Change-Id: I8c1ebef08f9b5cef4e4c31187a8ba80306afc840
parent 4f60679b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1023,6 +1023,7 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
        PackageManager pm = context.getPackageManager();
        ComponentName name = new ComponentName(context, CryptKeeper.class);
        Log.d(TAG, "Disabling component " + name);
        pm.setComponentEnabledSetting(name, PackageManager.COMPONENT_ENABLED_STATE_DISABLED, 0);
        pm.setComponentEnabledSetting(name, PackageManager.COMPONENT_ENABLED_STATE_DISABLED,
                PackageManager.DONT_KILL_APP);
    }
}