ArtistGui icon indicating copy to clipboard operation
ArtistGui copied to clipboard

Keep apps instrumented (Oreo - implicit broadcast)

Open partipan-dot opened this issue 7 years ago • 0 comments

We react to updates (#22) with a broadcast receiver which listens for android.intent.action.PACKAGE_REPLACED. This doesn't work in oreo anymore (https://developer.android.com/about/versions/oreo/background.html#broadcasts). We can't listen for implicit events.

partipan-dot avatar Oct 27 '17 13:10 partipan-dot