Changing the notification info not working
See original GitHub issueI am writing this:
cordova.plugins.backgroundMode.setDefaults({
title: "helo",
text: "Text",
icon: 'icon',
color: "F14F4D",
resume: true
})
But when minize the app, I see the default OS notification info and when click on it it moves to app settings instead of just open it.
Android any device. Plugin version: 0.7.3
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:14
Top Results From Across the Web
16 Ways to Fix Text Message Notifications Not Working on ...
To check, open System Settings > Apps and Notifications > Notifications and check if it is turned on.
Read more >Android Notifications Not Showing Up? 10 Fixes You Can Try
Android Notifications Not Showing Up? 10 Fixes You Can Try · 1. Reboot Your Phone · 2. Review the App's Notification Settings ·...
Read more >Change your Google notifications - Android
On your Android phone or tablet, open the Google app Google Search . · At the top right, tap your Profile picture or...
Read more >How to fix Android notifications not working - Carlcare Service
How to fix Android notifications not working ; Open your Apps drawer; Locate the affected app. Long press on the app's icon, then...
Read more >Change message notifications on iPhone - Apple Support
To allow alerts for messages sent by this contact even when Do Not Disturb is on, turn on Emergency Bypass. Mute notifications for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FOUND the solution: you have to define the icon name, which you first should create (add new image asset in Android Studio). When I don’t define the icon, the notification will be generated with the default data…
Hi @kevdaci, You have to look into the folder: \platforms\android\app\src\main\res In there you’ll see folders like “mipmap-ldpi” Inside of those you’ll see files named “ic_launcher.png”
You can use any icon, even those that are already there …