BinTianqi / OwnDroid

Own your Android! 使用Device owner管理你的安卓设备。Manage your device with Device owner privilege
https://owndroid.pages.dev
GNU General Public License v3.0
218 stars 11 forks source link

App lock #30

Closed randomid7 closed 1 month ago

randomid7 commented 1 month ago

Sir, Can you please introduce the feature of applying app lock with password on any android app with the help of permission of device owner. As i am using the older version of android,i don't have the feature of app lock on my device. Please, look into it for me.

BinTianqi commented 1 month ago

Sorry, but NO

This funtion is not included in Android's DevicePolicyManager API. So I won't introduce this feature.

If you want to set app lock, you should find a third-party launcher that supports it.

As i am using the older version of android,i don't have the feature of app lock on my device.

Unlike some deep-modified ROM, app lock in AOSP is a feature of launcher3, not system framework.