blocker
blocker copied to clipboard
[FR]: 在没有root权限的时候可以用这个方式来禁用App
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the problem
在没有root权限的时候可以用这个方式来禁用App
Describe the solution
参考:
https://apkpure.com/cn/kids-app-qustodio/com.qustodio.qustodioapp https://github.com/diyarfaraj/AppBlockr
阻止效果:
测试发现 AppBlockr 在较低的安卓系统上有效果,但是在高系统版本上效果失效。 但是qustodio在高系统版本上仍然有效,但是因为是商用软件,没有源码可以参考。
目前了解到使用的权限: BIND_DEVICE_ADMIN :设备管理应用 PACKAGE_USAGE_STATS : 用来统计App使用的 其他的未知 总之是感觉挺巧妙的,就完全不用root权限。
Additional context
No response