mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
update docs
This commit is contained in:
@@ -10,12 +10,12 @@ This app is renamed to "OwnDroid" from "Android Owner".
|
|||||||
|
|
||||||
### Docs
|
### Docs
|
||||||
|
|
||||||
I'm preparing new docs. For now, you can go to [User guide (Chinese)](Guide.md)
|
A renewed OwnDroid docs are available on [owndroid.pages.dev](https://owndroid.pages.dev)
|
||||||
|
|
||||||
### Advantage
|
### Advantage
|
||||||
|
|
||||||
- Open source. Device owner privilege could be more dangerous than root, close-source software's security is not guaranteed.
|
- 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.
|
- Easy to use. You can use this utility easily. English docs are 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.
|
- 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.
|
- Maintaining. This project is updating. Any Issue and PR is welcome.
|
||||||
|
|
||||||
|
|||||||
@@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
### 文档
|
### 文档
|
||||||
|
|
||||||
我正在准备一个全新的文档,现在你可以去看[使用指南](Guide.md)
|
全新的OwnDroid文档:[owndroid.pages.dev](https://owndroid.pages.dev)
|
||||||
|
|
||||||
### 优点
|
### 优点
|
||||||
|
|
||||||
- 开源。Device owner权限可能比root权限更危险,闭源软件的安全性没有保证
|
- 开源。Device owner权限可能比root权限更危险,闭源软件的安全性没有保证
|
||||||
- 易于使用。应用中的功能清晰明了,并且在Github上有在线的 [使用指南](Guide.md)
|
- 易于使用。应用中的功能清晰明了,并且有在线的文档
|
||||||
- 现代化。使用 Kotlin + Jetpack Compose,使用Material Design 3,适配安卓14的一些新功能
|
- 现代化。使用 Kotlin + Jetpack Compose,使用Material Design 3,适配安卓14的一些新功能
|
||||||
- 维护中。这个项目正在不断更新。欢迎 Issue 和 Pull request
|
- 维护中。这个项目正在不断更新。欢迎 Issue 和 Pull request
|
||||||
|
|
||||||
|
|||||||
@@ -137,8 +137,8 @@ private fun About() {
|
|||||||
Text(text = stringResource(R.string.about_desc))
|
Text(text = stringResource(R.string.about_desc))
|
||||||
Spacer(Modifier.padding(vertical = 5.dp))
|
Spacer(Modifier.padding(vertical = 5.dp))
|
||||||
}
|
}
|
||||||
SubPageItem(R.string.user_guide, "", R.drawable.open_in_new) { shareLink(context, "https://github.com/BinTianqi/AndroidOwner/blob/master/Guide.md") }
|
SubPageItem(R.string.user_guide, "", R.drawable.open_in_new) { shareLink(context, "https://owndroid.pages.dev") }
|
||||||
SubPageItem(R.string.source_code, "", R.drawable.open_in_new) { shareLink(context, "https://github.com/BinTianqi/AndroidOwner") }
|
SubPageItem(R.string.source_code, "", R.drawable.open_in_new) { shareLink(context, "https://github.com/BinTianqi/OwnDroid") }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user