There's problem on some devices like Huawei or Xiaomi (or maybe on other devices to) with notifications.
I try to make Notification with sound and pushes, and I create Notification
with PRIORITY_HIGH
, but still when I install my app, in notifications settings (on Huawei) stayed that banners are disabled. And on Xiaomi in addition sound disabled too.
I've read that it's manufacture's restriction. Is there a way to get around it or change settings programmaticaly after the app installation?
Here's a screenshot of settings of my application, that are set after installation (on Huawei): screenshot
Thank you in advance!