I'm using Samsung Galaxy S5 with Android 5.0. I'm trying to uninstall one of my apps via ADB (Android Debug Bridge). Unfortunately, although I see the application in the application manager, I can't find the package using the Device Storage.
I was also trying to find the package via the following process:
Running CMD
Adb shell ls -R > test.txt
Searching for the PACKAGE NAME in the TXT file.
After Conducting the above process, I noticed that I can see only some of the packages which installed on my device.
- Does someone have an idea on how to find the "Hidden" Packages?
Cheers,
Daniel