开发者

Package adding on device

开发者 https://www.devze.com 2023-03-02 19:39 出处:网络
How i can detect package开发者_C百科 adding on device using service and after it get package name? You can use Broadcast with ACTION_PACKAGE_ADDED action . So that when a new package will be added in

How i can detect package开发者_C百科 adding on device using service and after it get package name?


You can use Broadcast with ACTION_PACKAGE_ADDED action . So that when a new package will be added in your device you can do your work onReceive() method of Broadcast.

0

精彩评论

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