标签: android
我的应用程序有一个前台服务,可以通过RemoteViews发送通知。当用户选择Android的夜间模式时,由于该通知是黑色背景上的黑色文本,因此他无法再阅读该通知。
是否可以为我的应用程序的通知禁用夜间模式?
我尝试在通知服务类onCreate中使用AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);,但没有用。
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);
答案 0 :(得分:2)
我将改用白色字体显示夜间模式。