mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
add English readme.md
This commit is contained in:
47
Readme-en.md
Normal file
47
Readme-en.md
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
# Android Owner
|
||||||
|
|
||||||
|
[简体中文](Readme.md)
|
||||||
|
|
||||||
|
### Description
|
||||||
|
|
||||||
|
Use Device admin and Device owner privilege to fully manage your Android device.
|
||||||
|
|
||||||
|
### Advantage
|
||||||
|
|
||||||
|
- Open source. Device owner privilege could be more dangerous than root, close-source software's security is not guaranteed.
|
||||||
|
- Easy to use. You can use this utility easily. A [chinese user guide](Guide.md) is also provided.
|
||||||
|
- Modern. This app is built with Kotlin and Jetpack Compose, designed with Material Design 3. And some new features on Android 14 is adapted.
|
||||||
|
- Maintaining. This project is updating. Any Issue and PR is welcome.
|
||||||
|
|
||||||
|
### Disadvantage
|
||||||
|
|
||||||
|
This software may not have as many features as Google's official [TestDPC](https://github.com/googlesamples/android-testdpc)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- System
|
||||||
|
- Network
|
||||||
|
- Work profile
|
||||||
|
- App manage
|
||||||
|
- User restrictions
|
||||||
|
- User manage
|
||||||
|
- Password and keyguard
|
||||||
|
|
||||||
|
### Implementing features
|
||||||
|
|
||||||
|
- App manage: package picker
|
||||||
|
- App manage: permission picker
|
||||||
|
- User manage: user picker
|
||||||
|
- Security logs and network logs
|
||||||
|
|
||||||
|
### License
|
||||||
|
|
||||||
|
[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/>.
|
||||||
18
Readme.md
18
Readme.md
@@ -1,24 +1,24 @@
|
|||||||
# Android Owner
|
# Android Owner
|
||||||
|
|
||||||
|
[English](Readme-en.md)
|
||||||
|
|
||||||
### 简介
|
### 简介
|
||||||
|
|
||||||
使用安卓的Device Admin和Device Owner,全方位掌控你的设备。
|
使用安卓的Device Admin和Device Owner特权,完全掌控你的设备。
|
||||||
|
|
||||||
### 优点
|
### 优点
|
||||||
|
|
||||||
- 开源。Device owner权限仅次于Root权限,十分危险,闭源软件的安全性没有保证
|
- 开源。Device owner权限可能比root权限更危险,闭源软件的安全性没有保证
|
||||||
- UI友好。易于上手,使用Material design 3,支持系统主题色,适配手机和手表的屏幕尺寸
|
- 易于使用。应用中的功能清晰明了,并且在Github上有在线的 [使用指南](Guide.md)
|
||||||
- 与时俱进。使用 Kotlin + Jetpack Compose,支持安卓14的新功能
|
- 现代化。使用 Kotlin + Jetpack Compose,使用Material Design 3,适配安卓14的一些新功能
|
||||||
- 维护中。这个项目正在不断更新。欢迎 Issue 和 Pull request
|
- 维护中。这个项目正在不断更新。欢迎 Issue 和 Pull request
|
||||||
|
|
||||||
### 缺点
|
### 缺点
|
||||||
|
|
||||||
功能不完整。如果追求功能齐全,谷歌官方的 [TestDPC](https://github.com/googlesamples/android-testdpc) 可能更适合你
|
功能没有谷歌官方的 [TestDPC](https://github.com/googlesamples/android-testdpc) 那么多
|
||||||
|
|
||||||
### 功能
|
### 功能
|
||||||
|
|
||||||
适配了一些预见式返回动画(需安卓13或14),可能不太稳定,如果有问题请向我反馈
|
|
||||||
|
|
||||||
- 系统
|
- 系统
|
||||||
- 网络
|
- 网络
|
||||||
- 工作资料
|
- 工作资料
|
||||||
@@ -27,8 +27,6 @@
|
|||||||
- 用户管理
|
- 用户管理
|
||||||
- 密码与锁屏
|
- 密码与锁屏
|
||||||
|
|
||||||
[用户指南](Guide.md)(一定要看,应用里只有功能的简单介绍)
|
|
||||||
|
|
||||||
### 正在开发的功能
|
### 正在开发的功能
|
||||||
|
|
||||||
- 应用管理:包选择器(目前只能手动输入包名)
|
- 应用管理:包选择器(目前只能手动输入包名)
|
||||||
@@ -38,6 +36,8 @@
|
|||||||
|
|
||||||
### 许可证
|
### 许可证
|
||||||
|
|
||||||
|
[License.md](License.md)
|
||||||
|
|
||||||
> Copyright (C) 2024 BinTianqi
|
> 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 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user