我使用三星Galaxy 7. OS是Nougat。
先前通知用于通知区域中的小文本。
现在我在通知时为每个应用程序发出一个讨厌的小弹出窗口。
任何想法如何停止这个?
我使用三星Galaxy 7. OS是Nougat。
先前通知用于通知区域中的小文本。
现在我在通知时为每个应用程序发出一个讨厌的小弹出窗口。
任何想法如何停止这个?
I use a Samsung Galaxy 7. OS is Nougat.
Previously notifications used to be small texts in notifications area.
Now I get an annoying small popup window for every app upon notification.
Any ideas how to stop this?
我认为您指的是 evens-up 通知(在手机屏幕顶部弹出的那些通知)。
以下方法已显示完全禁用所有应用程序,而维护状态栏中的常规通知。所有这些方法都是免费的。有些需要一个扎根的设备,有些则不要。
非生根设备
adb方法
default.prop2
检查您的设备是否在输出中列出,然后继续
default.prop3
rooted设备
使用终端
安装终端适用于Android。
打开应用程序。使用以下命令:
default.prop4
(指示灯应从"$" 更改为"#" )。下一个输入
default.prop5
使用头部应用开关应用程序
一个xda开发人员均可慷慨地共享50行嵌入在此应用程序中的50行,以从Android N
根必需。重新启动不需要
下载这里
确认:
I think you're referring to Heads-Up notifications (those notifications which pop up on the top of your phone's screen).
The following methods have shown to completely disable them for all applications while maintaining regular notifications in the status bar. All of these methods are free. Some require a rooted device and some don't.
Non rooted devices
ADB method
adb devices
Check if your device is listed in output, then proceed
adb shell settings put global heads_up_notifications_enabled 0
Rooted devices
Using terminal
Install Terminal for Android.
Open the application. Use the following commands:
su
(The indicator should change from "$" to "#"). Next enter
settings put global heads_up_notifications_enabled 0
Using heads app switcher app
One XDA developer has generously shared thier 50 lines of code embedded in this app to switch on/off Heads-Up notifications from quick settings for Android N
Root required. Reboot not required
Download here
Acknowledgements:
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有