I would like to add a Status Bar Notification for my Android App. This notification should be shown on the Status Bar after the App is installed. I have a background service
How do I trigger the Notification only after the App is installed?
You cannot do this. None of your code will run immediately upon install.