Files
OwnDroid/Readme.md
BinTianqi eadb2e9e8a Transfer ownership warning dialog
Update READMEs
Display restriction id under UserRestrictionItem
Optimize some Shizuku-related features
Delay setting default affiliation id to wait Dhizuku initialize, fix #85
2024-11-24 17:34:42 +08:00

41 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# OwnDroid
[English](Readme-en.md)
### 简介
使用安卓的Device Admin和Device Owner特权完全掌控你的设备。
### 优点
- 开源。Device owner权限可能比root权限更危险闭源软件的安全性没有保证
- 易于使用。应用中的功能清晰明了,并且有在线的文档
- 现代化。使用 Kotlin + Jetpack Compose使用Material Design 3适配安卓14的一些新功能
- 维护中。这个项目正在不断更新。欢迎 Issue 和 Pull request
### 缺点
- 功能没有谷歌官方的 [TestDPC](https://github.com/googlesamples/android-testdpc) 那么全
### 功能
- 系统
- 网络
- 工作资料
- 应用管理
- 用户限制
- 用户管理
- 密码与锁屏
### 许可证
[License.md](LICENSE.md)
> Copyright (C) 2024 BinTianqi
>
> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
>
> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
>
> You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.