Original topic:

How to uninstall app from secure folder?

(Topic created on: 06-07-2020 05:48 PM)
3049 Views
iamiceparticle
Expert Level 4
Options
Tech Talk
Wondering about how to uninstall app from secure folder which you have uninstalled from your mobile using ADB.

It may be available on internet, but I thought of sharing here.

Trick here is to find user number of secure folder.

1. Connect your mobile to your pc after enabling usb debugging from developer setting.

2. Goto folder where you have saved adb files in command prompt using cd (change directory) command.

3. Use command adb shell to controll your android. And use below command to find secure folder user number.


image

4. Now use normal command "pm uninstall -k --user 0 com.android.chrome" by replacing 0 with secure folder user number.

5. App uninstalled.


1 Comment
Anonymous
Not applicable
Tech Talk

haan datiya ab chrome ko bhi