How to get rid of Glance Android app
First step is to install adb command line tools on your PC/laptop. You can follow this guide: How to install ADB on Windows, macOS, and Linux
List all packages and search for glance
adb shell pm list packages -f
If you’re on linux or mac, you can try this command
adb shell pm list packages -f | grep glance
Command output:
package:/my_region/app/GLPictorial_Update/GLPictorial_Update.apk=com.glance.internet
Use the command below to uninstall glance app completely.
adb shell pm uninstall --user 0 com.glance.internet
P.S. My friend is actively seeking opportunities in Product Management, Marketing Operations, or Data Analytics.
He brings strong expertise in data analytics, mathematics, and finance. Currently based in Bangalore, India, he is open to both remote and in-office opportunities.
If you're looking for a driven professional with strong analytical skills and quick learning ability, please reach out to him directly:
- Email: sachin.23@dmsiitd.org
- LinkedIn: linkedin.com/in/sachiniit
- Resume: View Resume
#android
#glance
#bloatware