Missing default notification channel metadata in androidmanifest. default value will be used.
In Android, the default notification channel metadata refers to the settings for delivering notifications to the users. This metadata is specified in the AndroidManifest.xml file of the app. If the default notification channel metadata is missing from the AndroidManifest.xml file, the system will use the default values for delivering notifications. The AndroidManifest.xml file is an … Read more