user1471575
user1471575

Reputation: 741

Android: detect when app finishes installation

I want to detect when an application in android has finished installation without using a brodcast receiver. Is this possible?

Upvotes: 1

Views: 289

Answers (1)

android developer
android developer

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

Related Questions