Files
OwnDroid/Readme.md
2024-02-06 18:29:43 +08:00

76 lines
3.0 KiB
Markdown
Raw Permalink 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.
# Android Owner
### 简介
使用安卓的Device Admin和Device Owner全方位掌控你的设备。
### 优点
- 开源。Device owner权限仅次于Root权限十分危险闭源软件的安全性没有保证
- UI友好。易于上手使用Material design 3支持系统主题色适配手机和手表的屏幕尺寸
- 与时俱进。使用 Kotlin + Jetpack Compose支持安卓14的新功能
- 维护中。这个项目正在不断更新。欢迎 Issue 和 Pull request
### 缺点
不支持一些 Device admin 和 Device owner 功能。如果追求功能齐全,谷歌官方的 [TestDPC](https://github.com/googlesamples/android-testdpc) 可能更适合你
### 功能
适配了一些预见式返回动画需安卓13或14可能不太稳定如果有问题请向我反馈
- 设备控制
- 重启、锁屏
- 禁用相机
- 禁止截屏
- 全局静音
- 关闭USB信号需设备支持
- 设置时间
- 管理系统更新策略
- 清除数据
- 应用管理
- 隐藏应用
- 停用应用
- 禁止卸载应用
- 应用权限管理
- 设置许可的输入法
- 用户限制
- 网络和互联网禁止使用流量、WiFi、VPN、私人DNS
- 其他连接禁止使用蓝牙、位置信息、NFC、USB(MTP)
- 应用:禁止安装卸载应用、禁止清除应用的存储空间
- 显示与音量:禁止调整亮度、音量
- 用户和工作资料:禁止添加/切换/移除用户,禁止添加/移除工作资料
- 杂项:禁止自动填充服务、禁止调试
- 用户管理
- 添加、启动、切换、停止、移除用户
- 修改当前用户的名称
- 设置切换用户时的提示
- 密码
- 修改密码
- 最大密码错误次数
- 密码失效超时时间
- 设置密码复杂度要求
### 这个应用十分危险!!!
在使用各个功能之前,请仔细阅读相应的说明。红色的按钮一定要谨慎使用!
如果操作不慎,可能会意外地丢失数据或者让你无法解锁你的设备!
### 即将加入的功能
- Managed Profile工作资料和多用户相关
- ~~应用管理:安装/卸载应用~~(暂不考虑)
- 应用管理:包选择器(目前只能手动输入包名)
- 应用管理:应用权限选择器
- 用户管理:用户选择器(目前只能手动输入用户序列号)
### 许可证
> 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/>.