开发者

Listening to Android Package Installer

开发者 https://www.devze.com 2023-02-09 16:51 出处:网络
We know that we can launch an apk file, we can also listen the packages that has been installed, removed or replaced. But is there a way to listen to the package installer when the user chooses to can

We know that we can launch an apk file, we can also listen the packages that has been installed, removed or replaced. But is there a way to listen to the package installer when the user chooses to cancel the installation? (this 开发者_运维知识库is when the package installer displays the permissions with install and cancel button)

Thank you.


But is there a way to listen to the package installer when the user chooses to cancel the installation?

I am not aware of anything that gets broadcast in this case, sorry.

0

精彩评论

暂无评论...
验证码 换一张
取 消