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

Commit 1b0fde82 authored by Matías Hernández's avatar Matías Hernández
Browse files

Don't redact COMPAT_TEMPLATE in NotificationRecord dumps

Bug: 422188507
Test: dumpsys
Flag: EXEMPT Trivial change
Change-Id: I950b41f7a285df2f303595a86bc4b00f99d7003e
parent b9cffe82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -687,6 +687,7 @@ public final class NotificationRecord {
            case Notification.EXTRA_SUBSTITUTE_APP_NAME:
            case Notification.EXTRA_TEMPLATE:
            case "android.support.v4.app.extra.COMPAT_TEMPLATE":
            case "androidx.core.app.extra.COMPAT_TEMPLATE":
                return false;
            default:
                return true;