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

Commit ddd65e15 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 am: 790f443d

parents e2390841 790f443d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2222,11 +2222,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());