How to get application id of an installed application? I want to find app id of Notes 2.0, so maybe later I will have a change to find extensions to that product.
|
The best way seems to be to use APK extractor. You don't actually have to extract any APK, this app will display the qualified name for each installed app. This should cover all apps. If for some reason it can't find your app, look around on the SD card. If you're lucky, the app stores its data or settings in an folder that has the app's qualified name somewhere in
its path, like |
||||
|
You can look into the LogCat. Open the LogCat (either in Eclipse, or on cmd line- if the device is connected to your PC - or on your mobile itself, using any app which allows to view LogCat). Once LogCat is available, launch the app - the log corresponding to "ActivityManager" will display the activity started. It will usually be in the format: |
|||
|
|

com.rovio.angrybirds? Note that if you're looking for a programmatic solution, that's off-topic here. – Matthew Read♦ Apr 10 '12 at 20:04