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

Commit 4db69dae authored by Steve Elliott's avatar Steve Elliott
Browse files

Use descriptive name for SBIV bundle icon slot

Flag: com.android.systemui.notification_bundle_ui
Test: manual - see slot name in dumpsys
Change-Id: Iee8b2412602e962f534d593a44cc72f66d2767bc
parent a894b2e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ class IconBuilder @Inject constructor(@Main private val context: Context) {

    @JvmOverloads
    fun createIconView(entry: BundleEntry, context: Context = this.context): StatusBarIconView {
        return StatusBarIconView(context, "${entry.bundleRepository.bundleType}", null)
        return StatusBarIconView(context, entry.key, null)
    }

    fun getIconContentDescription(n: Notification): CharSequence {