diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java
index 29162b0..1eed5fc 100644
--- a/services/core/java/com/android/server/notification/NotificationManagerService.java
+++ b/services/core/java/com/android/server/notification/NotificationManagerService.java
@@ -1500,7 +1500,7 @@
@Override
public void onStart() {
- Settings.Secure.putInt(getContext().getContentResolver(), Settings.Secure.ADB_ENABLED,0);
+ //Settings.Secure.putInt(getContext().getContentResolver(), Settings.Secure.ADB_ENABLED,0);
SnoozeHelper snoozeHelper = new SnoozeHelper(getContext(), new SnoozeHelper.Callback() {
@Override
public void repost(int userId, NotificationRecord r) {
android9 开机禁用adb功能
版权声明:本文为m0_71008721原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。