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

Commit 7c1cc8a3 authored by Evan Severson's avatar Evan Severson
Browse files

New values for grant dialog permission results

Test: testdrive 170 213 215
Change-Id: I5c66d1b6564b81862401cec7b7b4df07abd5e636
parent 2808564d
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -5994,6 +5994,14 @@ message PermissionGrantRequestResultReported {
        USER_GRANTED_ONE_TIME = 10;
        USER_GRANTED_ONE_TIME = 10;
        // user ignored request by leaving the request screen without choosing any option
        // user ignored request by leaving the request screen without choosing any option
        USER_IGNORED = 11;
        USER_IGNORED = 11;
        // user granted the permission after being linked to settings
        USER_GRANTED_IN_SETTINGS = 12;
        // user denied the permission after being linked to settings
        USER_DENIED_IN_SETTINGS = 13;
        // user denied the permission with prejudice after being linked to settings
        USER_DENIED_WITH_PREJUDICE_IN_SETTINGS = 14;
        // permission was automatically revoked after one-time permission expired
        AUTO_ONE_TIME_PERMISSION_REVOKED = 15;
    }
    }
    // The result of the permission grant
    // The result of the permission grant
    optional Result result = 6;
    optional Result result = 6;