We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在没有root权限的时候可以用这个方式来禁用App
参考:
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权限。
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Describe the problem
在没有root权限的时候可以用这个方式来禁用App
Describe the solution
参考:
https://apkpure.com/cn/kids-app-qustodio/com.qustodio.qustodioapp
https://github.com/diyarfaraj/AppBlockr
阻止效果:
![image](https://private-user-images.githubusercontent.com/14847818/346781926-23b3fd1c-3ba4-422d-9124-c4c5fc320d43.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTU1MjQsIm5iZiI6MTczOTExNTIyNCwicGF0aCI6Ii8xNDg0NzgxOC8zNDY3ODE5MjYtMjNiM2ZkMWMtM2JhNC00MjJkLTkxMjQtYzRjNWZjMzIwZDQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE1MzM0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUwOTM3YzQ4NzhhOTdjMDhjZjI5OGU1NmQzZTc0NmI1NWRiZjY0YzI2YjZhMjM4OGViOGJlMzc5M2ZlMTUxNmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.m3tg-zc6Z-gXvwkpJR-UFa5dMTb8kOEO9dQqqrOboFM)
测试发现 AppBlockr 在较低的安卓系统上有效果,但是在高系统版本上效果失效。
但是qustodio在高系统版本上仍然有效,但是因为是商用软件,没有源码可以参考。
目前了解到使用的权限:
BIND_DEVICE_ADMIN :设备管理应用
PACKAGE_USAGE_STATS : 用来统计App使用的
其他的未知
总之是感觉挺巧妙的,就完全不用root权限。
Additional context
No response
The text was updated successfully, but these errors were encountered: