mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Fix potential security bug
PiperOrigin-RevId: 814833848
This commit is contained in:
@@ -686,6 +686,9 @@ enum SyncPurpose {
|
||||
SYNC_PURPOSE_REGENERATE_CERTIFICATES = 16;
|
||||
// When Device Contacts consent changes
|
||||
SYNC_PURPOSE_DEVICE_CONTACTS_CONSENT_CHANGE = 17;
|
||||
// When Nearby Presence identity model exhaust the salt to use on the contact
|
||||
// group visibility credential
|
||||
SYNC_EXHAUST_SALT = 18;
|
||||
}
|
||||
|
||||
// The device role to trigger the server request.
|
||||
|
||||
Reference in New Issue
Block a user