-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self-update doesn't update session's state #33
Labels
Comments
solrudev
added a commit
that referenced
this issue
Oct 12, 2024
It seems that full fix of the issue is impossible for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a self-update is performed through Ackpine, session's state doesn't get updated and is stuck as
COMMITTED
.The problem lies in full process stop.
SESSION_BASED
installer's BroadcastReceiver is not getting invoked when containing package is replaced, whileINTENT_BASED
installer's Activity can't receive result after full stop. It's possible to receiveMY_PACKAGE_REPLACED
event, but one can't determine which Ackpine session caused it.The text was updated successfully, but these errors were encountered: