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

Commit 790f443d authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Automerger Merge Worker
Browse files

Merge "Always persist the last app state changer." into udc-dev am: a691318b

parents f92cc175 a691318b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2217,11 +2217,11 @@ public final class Settings implements Watchable, Snappable, ResilientAtomicFile
                        }
                        if (ustate.getEnabledState() != COMPONENT_ENABLED_STATE_DEFAULT) {
                            serializer.attributeInt(null, ATTR_ENABLED, ustate.getEnabledState());
                        }
                        if (ustate.getLastDisableAppCaller() != null) {
                            serializer.attribute(null, ATTR_ENABLED_CALLER,
                                    ustate.getLastDisableAppCaller());
                        }
                        }
                        if (ustate.getInstallReason() != PackageManager.INSTALL_REASON_UNKNOWN) {
                            serializer.attributeInt(null, ATTR_INSTALL_REASON,
                                    ustate.getInstallReason());