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
#android
#glance
#bloatware