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

Commit a57bc379 authored by Yisroel Forta's avatar Yisroel Forta Committed by Android (Google) Code Review
Browse files

Merge "Fix component string" into main

parents 92069688 8af3afd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1047,7 +1047,7 @@ public final class ApplicationStartInfo implements Parcelable {
    private static String startComponentToString(@StartComponent int startComponent) {
        return switch (startComponent) {
            case START_COMPONENT_ACTIVITY -> "ACTIVITY";
            case START_COMPONENT_BROADCAST -> "SERVICE";
            case START_COMPONENT_BROADCAST -> "BROADCAST";
            case START_COMPONENT_CONTENT_PROVIDER -> "CONTENT PROVIDER";
            case START_COMPONENT_SERVICE -> "SERVICE";
            case START_COMPONENT_OTHER -> "OTHER";