According to my app concept we are not submitting the app in play store.
Whenever the user launches the app, it checks for the latest update through a web service. If there is a latest apk available in server it will be downloaded to a particular path in sd card. The downloading process is shown in the notification bar. Here comes my problem.
After download is completed, the notification is shown in Notification bar as "App is completed downloading" with app icon. Now when the user touches the my apps notification i want it to be either installed or need to open the sd card path. How to implement this process