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

Commit 5869ec64 authored by Nadav Bar's avatar Nadav Bar Committed by Android (Google) Code Review
Browse files

Merge "Fix SystemCaptionsManagerService to re-bind after a force stop"

parents 39de3059 762e0f9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -949,7 +949,7 @@ public abstract class AbstractMasterSystemService<M extends AbstractMasterSystem
                        if (debug) {
                            Slog.d(mTag, "Eagerly recreating service for user " + userId);
                        }
                        getServiceForUserLocked(userId);
                        updateCachedServiceLocked(userId);
                    }
                }
                onServicePackageRestartedLocked(userId);
+2 −1
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@ public final class SystemCaptionsManagerService extends
                        context,
                        com.android.internal.R.string.config_defaultSystemCaptionsManagerService),
                /*disallowProperty=*/ null,
                /*packageUpdatePolicy=*/ PACKAGE_UPDATE_POLICY_REFRESH_EAGER);
                /*packageUpdatePolicy=*/ PACKAGE_UPDATE_POLICY_REFRESH_EAGER
                    | PACKAGE_RESTART_POLICY_REFRESH_EAGER);
    }

    @Override