Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/BundleCoordinator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ constructor( * reboot` */ val debugBundleAppName: String? = if (Build.IS_USERDEBUG) if (Build.IS_USERDEBUG || Build.IS_ENG) SystemProperties.get("persist.debug.notification_bundle_ui_debug_app_name") else null Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/BundleCoordinator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ constructor( * reboot` */ val debugBundleAppName: String? = if (Build.IS_USERDEBUG) if (Build.IS_USERDEBUG || Build.IS_ENG) SystemProperties.get("persist.debug.notification_bundle_ui_debug_app_name") else null Loading