Reputation: 741
I want to detect when an application in android has finished installation without using a brodcast receiver. Is this possible?
Upvotes: 1
Views: 289
Reputation: 116322
you might be able to read logs instead , but that requires "bad" permission , which is no longer supported as of API 16 (jelly bean) .
Upvotes: 2