If I send data between Android devices using ConnectionsClient.sendPayload()
, will the data be encrypted in transit, or can it be intercepted (over wifi or Bluetooth)?
Asked
Active
Viewed 85 times
0

Ellen Spertus
- 6,576
- 9
- 50
- 101
1 Answers
1
As long as you confirm the token provided in ConnectionLifecycleCallback.onConnectionInitiated() on both devices before calling ConnectionsClient.acceptConnection(), the data is safely encrypted.

Xlythe
- 1,958
- 1
- 8
- 12