Hello i'm using this command line to install an apk on Android :
pm install /sdcard/Download/xxx.apk
i'd like to know the package name of the installed apk , how can i do that ? note : i can't open the manifest , and can't install aapt on my device , i'm looking for a way solely using the pm terminal command ( or other android terminal commands )