FHellmann/Uniatron

App updates from PlayStore trigger BlacklistAddNotification

Closed this issue · 2 comments

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.

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.

fixed in a621a00
will be merged with #31