Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BinTianqi/OwnDroid
使用Device owner管理你的安卓设备。Manage your device with Device owner privilege
https://github.com/BinTianqi/OwnDroid
android device-owner
Last synced: 3 months ago
JSON representation
使用Device owner管理你的安卓设备。Manage your device with Device owner privilege
- Host: GitHub
- URL: https://github.com/BinTianqi/OwnDroid
- Owner: BinTianqi
- License: gpl-3.0
- Created: 2024-01-13T13:37:40.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-21T04:17:57.000Z (7 months ago)
- Last Synced: 2024-04-21T04:42:23.123Z (7 months ago)
- Topics: android, device-owner
- Language: Kotlin
- Homepage:
- Size: 616 KB
- Stars: 73
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: Readme-en.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-shizuku - OwnDroid - Manage your device with Device owner privileges `GPL-3.0` (Apps / Device owner (DPM))
README
# OwnDroid
[简体中文](Readme.md)
### Description
Use Device admin and Device owner privilege to take full control of your device.
This app is renamed to "OwnDroid" from "Android Owner".
### Docs
A renewed OwnDroid docs are available on [owndroid.pages.dev](https://owndroid.pages.dev)
### 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. 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.
- 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### 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 .