简体   繁体   English

适用于root用户的设备的设备管理应用

[英]Device admin app for rooted android

We have our own rooted hardware device with android OS 7.0 我们拥有带有android OS 7.0的自带硬件设备

We are building an app for that device. 我们正在为该设备构建一个应用程序。 We have to restrict the users to performing some of the actions who will purchase that device. 我们必须限制用户执行购买该设备的某些操作。 Here are the list of actions We want user to be restricted to perform on the device through the app. 以下是我们希望限制用户通过该应用在设备上执行的操作的列表。

  1. Stop installing/uninstalling any other apps from OS. 停止从操作系统安装/卸载任何其他应用程序。
  2. On/off wifi 开/关wifi
  3. Pair Bluetooth 配对蓝牙
  4. Change wallpaper 更换墙纸

Basic idea behind is to make an app which will be the system app and will restrict user from the things mentioned above. 背后的基本思想是制作一个将成为系统应用程序的应用程序 ,并将限制用户进行上述操作。

Is this possible to make such app? 可以制作这样的应用程序吗? Looking for help in any of the above tasks. 在以上任何任务中寻求帮助。 Thanks 谢谢

Shor answer: NO. 索尔回答:不。 Here is why; 这就是为什么;

The Android operation System is based on permissions, and no app can restrict that actions even with the users' permission. Android操作系统基于权限,即使有用户许可,也没有任何应用程序可以限制该操作。 The reason for this is because of the Android App Layer that provides all the capabilities you described above. 这样做的原因是因为Android App Layer提供了您上面描述的所有功能。

The only way you can do such thing is to Customize the ROM of the CellPhone. 您可以执行此操作的唯一方法是自定义手机的ROM。 In this case, you can override the functions that allow the user to use such services. 在这种情况下,您可以覆盖允许用户使用此类服务​​的功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在拥有根设备的Android应用中获取根特权? - Get root privileges in android app for a rooted device? 是否可以阻止在 root 设备中安装 android 应用程序? - is it possible to block the installation of android app in rooted device? Android 设备植根检查 - Android device rooted check Android - 从另一个应用程序中杀死应用程序(在root设备上) - Android - Kill App from another App (on a rooted device) 如果您的应用程序具有设备管理员/设备所有者权限(未植根),如何杀死另一个应用程序 - How to kill another app if your app has Device Admin/ Device Owner permission ( not rooted ) 如何保护ROOTED Android设备上的应用内购买? - How to protect in-app purchases on ROOTED Android device? 在有根应用程序中关闭设备 android 时处理警报 - Handle alert when shut down device android in rooted app android - 从应用程序内部更改有根设备的系统设置 - android - changing the system settings of a rooted device from inside the app Android应用程序可以将自身复制到有根设备上的系统目录中吗? - Can an Android app copy itself to the system directory on a rooted device? 如何在一台(根)设备上安装同一 Android 应用程序的两个版本? - How to install two versions of the same Android app on one (rooted) device?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM