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

Commit e8fe358a authored by Alison Cichowlas's avatar Alison Cichowlas Committed by Android (Google) Code Review
Browse files

Merge "Revert "Add bubbles UI logging for permission dialog shown.""

parents 823511e4 0b38ec44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5366,7 +5366,7 @@ message BubbleUIChanged {
        HEADER_GO_TO_SETTINGS = 9;
        PERMISSION_OPT_IN = 10;
        PERMISSION_OPT_OUT = 11;
        PERMISSION_DIALOG_SHOWN = 12;
        PERMISSION_IGNORED = 12;
        SWIPE_LEFT = 13;
        SWIPE_RIGHT = 14;
        STACK_EXPANDED = 15;
+0 −2
Original line number Diff line number Diff line
@@ -304,8 +304,6 @@ public class BubbleExpandedView extends LinearLayout implements View.OnClickList
            mPermissionView.setVisibility(VISIBLE);
            ((ImageView) mPermissionView.findViewById(R.id.pkgicon)).setImageDrawable(mAppIcon);
            ((TextView) mPermissionView.findViewById(R.id.pkgname)).setText(mAppName);
            logBubbleClickEvent(mEntry.notification,
                    StatsLog.BUBBLE_UICHANGED__ACTION__PERMISSION_DIALOG_SHOWN);
        }
    }