About 164,000 results
Open links in new tab
  1. Create a notification | Views | Android Developers

    May 20, 2025 · Notifications provide short, timely information about events in your app while it isn't in use. This document shows you how to create a notification with various features. For an introduction to how notifications appear on Android, see the Notifications overview. For sample code that uses notifications, see the SociaLite sample on GitHub.

  2. Easy! How to Enable Notifications on Android (Quick Guide)

    Mar 12, 2025 · Controlling the delivery of alerts and updates from applications on a mobile device running the Android operating system is a fundamental aspect of user experience management. The function dictates whether a user receives real-time information from apps, such as social media updates, email arrival notices, or calendar reminders. For example, if an application's notification permission is ...

  3. How do we get notification when app is installed on android

    Jan 27, 2012 · I need to get a notification once the app is intalled on android device. Based on the status that app is installed or not then i need to update something. Please help me on this.

  4. How to Add Notification Sounds on Android - wikiHow

    Mar 8, 2025 · This wikiHow teaches you how to customize your notification settings on an Android. In addition to changing your general alert sound, you can often set different notification tones for certain apps, as well as assign custom alert tones to your contacts.

  5. How to create a simple Android notification

    Aug 3, 2016 · In this article, I’m going to show you how to get started with notifications by creating a very simple and straightforward notification that, when tapped, launches the user’s browser and boots up...

  6. Notifications overview | Views | Android Developers

    May 20, 2025 · A notification is a message that Android displays outside your app's UI to provide the user with reminders, communication from other people, or other timely information from your app. Users can tap the notification to open your app or take an action directly from the notification.

  7. Android Notification after App is installed on device - How to?

    If your app was installed from the Android Market, the Market app will send an com.android.vending.INSTALL_REFERRER intent to your app upon installation. For example, AnySoftKeyboard displays a custom notification after it is installed:

  8. Notifications | Mobile | Android Developers

    May 15, 2025 · Notifications provide brief, timely, and relevant information related to your app when it's not in use. The Android OS controls many aspects of notifications, but you have control over other aspects. Follow these steps when implementing notifications: Understand the anatomy of a notification. Choose the type of notification for your use case.

  9. android - How to lauch APK installation from notification

    May 4, 2022 · Hello :) I want to launch APK installation by clicking the notification. I have already implemented file download and after that notification appears but if I click on such notification.... nothing happens. Here is my code for the notification. private fun showUpdateReadyToInstallNotification(file: File) { val intent = Intent(Intent.ACTION_VIEW);

  10. Notification runtime permission | Views | Android Developers

    May 20, 2025 · Android 13 (API level 33) and higher supports a runtime permission for sending non-exempt (including Foreground Services (FGS)) notifications from an app: POST_NOTIFICATIONS. This change helps users focus on the notifications that are most important to them.

  11. Some results have been removed
Refresh