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

Commit b2a97046 authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Use debug app for bundles in ENG builds too

Test: manually checked that the property works for an eng build
Flag: EXEMPT minor debug change
Change-Id: Id6ed0e43aa70a9ea637276b5a0669428fc94930f
parent 6e3b3b84
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