When I successfully install an app from android market it show success icon in notification.
How can I get it in code ?
Ex :
Notification notification = new Notification(
android.R.drawable.stat_notify_sdcard, "", System.currentTimeMillis());
android.R.drawable.stat_notify_sdcard is sdcard icon . So what is install success icon ?
This is not the install success icon, but it is close to it.