About 534,000 results
Open links in new tab
  1. Control notifications on Android - Android Help - Google Help

    On some Android devices, you can choose what kind of notifications an app sends you: Alerting: You'll hear a sound, get a message on your lock screen, and find the app's icon in the status bar.

  2. Push notification from python to android - Stack Overflow

    Of course, you want the notifications on your phone after all 2) Go into settings (web or app) and set a username This is needed to obtain an id which your bot will use to send messages to 3) …

  3. How does push notification technology work on Android?

    Jul 16, 2012 · How has Google implemented their push notification feature? Does it work through polling done by a service running in the background or in a different way?

  4. android - Ask permission for push notification - Stack Overflow

    Jun 1, 2017 · Android 13 permission push notification dialog is popping up itself without asking any permission in menifest. Do we still need to request runtime permission.

  5. .NET 8 MAUI & Push notification: what to do? - Stack Overflow

    Feb 21, 2024 · 2 I'm creating an application with .NET 8 MAUI, and I like adding push notifications. Although I'm a big fan of Microsoft, the experience is quite frustrating. It is more …

  6. Change Gmail notifications - Android - Gmail Help - Google Help

    Check your device settings Important: To get Gmail notifications, turn on device notifications. Settings can vary by phone or tablet. For more info, contact your device manufacturer. On …

  7. Android Push Notifications: Icon not displaying in notification, …

    Jun 12, 2015 · My app generates a notification, but the icon I set for that notification is not being displayed. Instead, I get a white square. I have tried resizing the png of the icon (dimensions …

  8. How to handle notification when app in background in Firebase

    In addition to above answers, If you are testing push notifications using FCM console, 'data' key and object is not added to Push Notification bundle. So you will not receive detailed push …

  9. android - create my own push notification service without fcm , …

    Before you build your own push notification server, you first need to know how it works internally in android. Whenever you/your server sends a push notification message to the android client, …

  10. Android 14 (API level 34) permission dialog not showing for Push ...

    Oct 19, 2023 · After upgrading to Android API level 34, our Android app's push notifications are blocked by default. I know this is in line with the newest changes from Android to use an "opt …