Skip to content
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

App updates from PlayStore trigger BlacklistAddNotification #45

Closed
leonpoint opened this issue Jun 14, 2018 · 2 comments · Fixed by #51
Closed

App updates from PlayStore trigger BlacklistAddNotification #45

leonpoint opened this issue Jun 14, 2018 · 2 comments · Fixed by #51
Assignees
Milestone

Comments

@leonpoint
Copy link
Collaborator

Describe the bug

  1. When updating any app from the PlayStore, the notification "Click here to add to the blacklist" appears.
  2. This also happens with all silent automatic updates (e.g. of the PlayStore app).
    Thus, the notification appears multiple times per week.

Is Nr. 1 intended?
Nr. 2 is fixed when Nr.1 is resolved.

@leonpoint leonpoint added the question Further information is requested label Jun 14, 2018
@leonpoint leonpoint added this to the Final App milestone Jun 14, 2018
@FHellmann
Copy link
Owner

I've already seen this behavior. This is the result of the PACKAGE_UPDATE event. The broadcast receiver should be unsubscribed on this event. This should lead to the wished behavior.

@leonpoint
Copy link
Collaborator Author

leonpoint commented Jun 14, 2018

fixed in a621a00
will be merged with #31

@leonpoint leonpoint added enhancement New feature or request and removed question Further information is requested labels Jun 14, 2018
@leonpoint leonpoint assigned leonpoint and unassigned FHellmann Jun 16, 2018
@leonpoint leonpoint added resolved and removed enhancement New feature or request labels Jun 16, 2018
@FHellmann FHellmann added bug and removed resolved labels Jun 16, 2018
@FHellmann FHellmann self-assigned this Jun 16, 2018
FHellmann added a commit that referenced this issue Jun 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants