summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/NotificationChannelWarningsPreferenceController.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/settings/development/NotificationChannelWarningsPreferenceController.java')
-rw-r--r--src/com/android/settings/development/NotificationChannelWarningsPreferenceController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/settings/development/NotificationChannelWarningsPreferenceController.java b/src/com/android/settings/development/NotificationChannelWarningsPreferenceController.java
index 775b70871f..104fcde17d 100644
--- a/src/com/android/settings/development/NotificationChannelWarningsPreferenceController.java
+++ b/src/com/android/settings/development/NotificationChannelWarningsPreferenceController.java
@@ -80,6 +80,6 @@ public class NotificationChannelWarningsPreferenceController extends
@VisibleForTesting
boolean isDebuggable() {
- return Build.IS_DEBUGGABLE;
+ return Build.IS_ENG;
}
}