I can delete apps (that I code myself and install through the SDK) using this command:
adb uninstall com.company.apppackage
How do I uninstall this through the command line using adb
if I do not know the package name?
For example, if an app shows up in the Android main menu as "My Application", how can I delete it if I do not know it's package name?
Or alternatively, is there a way to somehow know an apps internal package name?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…