Questions tagged [safety-net]

Safety-Net is a set of APIs provided by Google as part of Google Play services, to help apps detect threats in the device they are running on.

Safety-Net is a set of APIs provided by Google as part of Google Play services, to help apps detect threats in the device they are running on.

It consists of 4 APIs.

  1. SafetyNet Attestation API

  2. SafetyNet Safe Browsing API

  3. SafetyNet reCAPTCHA API

  4. SafetyNet Verify Apps API

The SafetyNet Attestation API provides services for determining whether a device running your app satisfies Android compatibility tests.

The SafetyNet Safe Browsing API provides services for determining whether a URL has been marked as a known threat by Google.

The SafetyNet reCAPTCHA API protects your app from malicious traffic.

The SafetyNet Verify Apps API protects devices against potentially harmful apps.

21 questions