data-access-app-block

How to make app lock app in android?

可紊 提交于 2019-12-20 08:12:43
问题 I have to develop an app locker for Android where the user can block apps and other users can not access these apps without an access key. I have installed an app but I don't know how to lock this app. Please suggest me something. 回答1: This is not how stack overflow works. You can not ask a complete solution without even trying anything. For the most basic version of your app, you need to perform three functions. Get a list of all the installed apps on device and show them in a ListView with

How to make app lock app in android?

﹥>﹥吖頭↗ 提交于 2019-12-20 08:12:22
问题 I have to develop an app locker for Android where the user can block apps and other users can not access these apps without an access key. I have installed an app but I don't know how to lock this app. Please suggest me something. 回答1: This is not how stack overflow works. You can not ask a complete solution without even trying anything. For the most basic version of your app, you need to perform three functions. Get a list of all the installed apps on device and show them in a ListView with

How to make app lock app in android?

半城伤御伤魂 提交于 2019-12-02 16:32:17
I have to develop an app locker for Android where the user can block apps and other users can not access these apps without an access key. I have installed an app but I don't know how to lock this app. Please suggest me something. This is not how stack overflow works. You can not ask a complete solution without even trying anything. For the most basic version of your app, you need to perform three functions. Get a list of all the installed apps on device and show them in a ListView with check box. If the user checks any app, add the app to a different list say BlockedAppsList(which will be the