Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f0ebcb8 authored by Ioana Alexandru's avatar Ioana Alexandru Committed by Android (Google) Code Review
Browse files

Merge "Use debug app for bundles in ENG builds too" into main

parents a83a8fc4 b2a97046
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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