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

Commit 8738ca7a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Do not log package name on privacy-indicator logs" into rvc-qpr-dev am:...

Merge "Do not log package name on privacy-indicator logs" into rvc-qpr-dev am: 9f77031d am: bb15e95e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12337598

Change-Id: Id542b1c1040e9edc179a535a30a809b2dad8210e
parents 400379c2 bb15e95e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -4434,15 +4434,12 @@ message PrivacyIndicatorsInteracted {
        UNKNOWN = 0;
        CHIP_VIEWED = 1;
        CHIP_CLICKED = 2;
        DIALOG_PRIVACY_SETTINGS = 3;
        reserved 3; // Used only in beta builds, never shipped 
        DIALOG_DISMISS = 4;
        DIALOG_LINE_ITEM = 5;
    }

    optional Type type = 1 [(state_field_option).exclusive_state = true];

    // Used if the type is LINE_ITEM
    optional string package_name = 2;
}

/**