Notifications don't appear
问题 I'm trying to develop an app that shows notifications when a new item is added.The user can select if he wants the notifications and the notification sound to show using two switch buttons. The app compiled without an error, there wasn't even an error on the stack trace but when I run the app on my phone and turn on the switches, the notification doesn't appear. What is wrong? import android.annotation.SuppressLint; import android.annotation.TargetApi; import android.app.Notification; import