GooglePlay
GooglePlay
android.permission.REQUEST_INSTALL_PACKAGES 加上这个权限试试
这是Android 上的软件包可见性过滤引起的, 应用以 Android 11(API 级别 30)或更高版本为目标平台,就会出现你这种问题, 解决方案见 https://github.com/Blankj/AndroidUtilCode/commit/cf983059a82e0306ea1bdaa773f9fec0ed03ad22
兄弟,你提的这个问题,已经解决了,下个版本,就没有这些问题了 https://github.com/Blankj/AndroidUtilCode/commit/cf983059a82e0306ea1bdaa773f9fec0ed03ad22
Ok, first of all thank you very much for your feedback. When I have time, I will optimize the memory leak as soon as possible. If you have time, welcome...
hhh
可以授课得
那你得把你的app让用户设置成开机启动项
可以实现,参考GetFloatWindowFreePositionActivity这个类
So sorry, I just saw this issue, thank you for your reminder, I found the dismiss method, forgot to implement, I think it can be implemented according to what you...
> ## 描述 Bug > com.blankj库中 APP前台运行时,会频繁的获取已安装APP信息。严重不符合隐私合规政策。 > > 应用宝平台整改意见: APP在前台或后台运行时,APP或SDK收集用户个人信息的频率超过合规范围,请尽可能保证全局只收集1次(最多不超过3次),收集频次不要超过1次/秒。 > > * AndroidUtilCode 的版本:utilcodex:1.31.0 > * 出现 Bug 的设备型号:所有设备型号 > * 设备的 Android 版本:所有版本 > > ## 截图...