notification-channel Questions
3
startForeground() need to create NotificationChannel so it will show badge number 1 on Launcher icon in Oreo devices
How can I hide/disable it programmatically?
Because Galaxy S8(Oreo) display badg...
Dunning asked 1/2, 2019 at 3:30
2
I have push notifications with custom sounds working until android 10. Since Android 11 the sound attached to the notification channel stopped playing when the notification is presented as drop dow...
Wolverine asked 28/1, 2021 at 12:27
3
Solved
Our app now has targetSdkVersion 26 (Android 8) and the app uses FCM push notifications.
As FCM documentation prescribes I updated the FCM client library to version 11.2.0:
dependencies {
compil...
Apollonian asked 29/8, 2017 at 10:54
1
Solved
All of the sudden I saw that our app had a new notification channel named "AdMob Offline Notifications".
We do use AdMob, so I assume it's created by Google's library, but I can't find an...
Tiannatiara asked 5/11, 2020 at 9:28
3
Solved
What's the Intent that I need to send in order to open the settings of a Notification Channel that I've previously created in my app?
I need to link to it from my app.
Gombach asked 18/2, 2018 at 16:31
4
Solved
I created a Notification Channel like this:
NotificationChannel channel = new NotificationChannel(CHANNEL_ID_FOOBAR, getContext().getString(R.string.notification_channel_foobar), NotificationManag...
Tantara asked 20/9, 2017 at 8:55
4
The notification channels which introduced from Android O (API 26) version.I read about it from the following links:
Managing notification channels
Google Sample for Creating Channel
Questions:...
Raouf asked 19/9, 2017 at 7:48
2
Some users are reporting on Huawei EMUI 8.0 Oreo that the Notification Channel does not have the option to change tone "Sound" / "Notification Tone" from the app!
As of the official docs the devel...
Illyrian asked 26/12, 2017 at 19:30
2
Solved
As per the Docs-
Note: By default, these restrictions only apply to apps that target
Android 8.0 (API level 26) or higher. However, users can enable most
of these restrictions for any app from...
Duster asked 20/9, 2017 at 7:31
1
Solved
I've been implementing Notification Channels in my android app to support recent android versions.
You can set the notification channel id when sending messages from the firebase web console, but ...
Eyestalk asked 29/8, 2018 at 7:44
1
Solved
My app now has 3 notification channels, I want to remove 2 of them.
I thought simply not registering 2 channels would do the trick but when I open the notification settings on the Android device, t...
Velocity asked 11/8, 2018 at 17:7
2
Solved
I have been having difficulties lately getting many specific functions to work on Android Studio. Recently I am working on trying to display simple notifications. They never show up. I feel like I ...
Lailaibach asked 26/1, 2018 at 3:13
0
I am working on an application where we have to generate a notification with action buttons. It was working fine till the date we decided to update our notification handling to support notification...
Pollack asked 23/4, 2018 at 11:20
3
I need to generate notifications when a PUSH notification is received but also I need to generate notifications (for display them in the notification bar of the device) when something happens in th...
Halting asked 12/4, 2018 at 13:45
2
Solved
Is there any callback my application receives when user blocks a Notification Channel created by my application OR it can be detected later ?
Piassava asked 19/9, 2017 at 7:29
1
Solved
I want to update notification channel name according to Locale. In order to do that I’m using a BroadcastReceiver and listening for the ACTION_LOCALE_CHANGED broadcast.
My question is what is the ...
Towboat asked 15/11, 2017 at 14:36
1
© 2022 - 2024 — McMap. All rights reserved.