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

Commit c6cbde17 authored by Song Chun Fan's avatar Song Chun Fan
Browse files

[ADI][metrics] fix DeveloperVerificationUserResponseReceived

Default value should be equivalent to UNSPECIFIED.

FLAG: android.content.pm.verification_service
BUG: 418283971
Test: builds
Change-Id: I533efc56e2744ac2b147fe4ea695dd48ad6b8753
parent 4e97c1a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ final class SessionMetrics {
    private @PackageInstaller.DeveloperVerificationUserConfirmationInfo.UserActionNeededReason int
            mDeveloperVerificationUserActionRequiredReason;
    private @PackageInstaller.DeveloperVerificationUserResponse int
            mDeveloperVerificationUserResponse;
            mDeveloperVerificationUserResponse = -1;
    private @PackageInstaller.DeveloperVerificationFailedReason int
            mDeveloperVerificationFailureReason;
    @Nullable