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

Commit f1313f72 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add comments about location access proto fields"

parents f6ac41f7 917743d3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -234,10 +234,14 @@ message SecureSettingsProto {
    }
    optional Location location = 31;

    // How frequently will the user be reminded about location permission grants
    message LocationAccessCheck {
        option (android.msg_privacy).dest = DEST_EXPLICIT;

        // Time in between periodic checks
        optional SettingProto interval_millis = 1 [ (android.privacy).dest = DEST_AUTOMATIC ];

        // Time in between the user granting a location permission and a check
        optional SettingProto delay_millis = 2 [ (android.privacy).dest = DEST_AUTOMATIC ];
    }
    optional LocationAccessCheck location_access_check = 73;