To get information about the App just installed
Posted
by
Prakhs
on Stack Overflow
See other posts from Stack Overflow
or by Prakhs
Published on 2011-02-14T07:16:17Z
Indexed on
2011/02/14
7:25 UTC
Read the original article
Hit count: 91
android
Hi Folks,
My Requirement is to manage the applications operations(install, update, remove) happens in any android device in the cloud. I could get the list all installed app in my deice through PackageManager Class. Also i am able to notified whenever any operations takes place in my device through intents filters like 'ACTION_PACKAGE_ADDED' through BroadCastRecievers. But i am unable get the app information (like name and others stuff) whenever any app installed and updates. I could get only notifications like installation.. update..removal.. not the details abut the app has been installed..updated.
Please help me out in regarding this.
Thanks in advance.
Regards Prakhs
© Stack Overflow or respective owner