tree: ae4dff3c9de028d3cbc369138cd6ddde3a6a90d6 [path history] [tgz]
  1. app/
  2. build.gradle
  3. demo.png
  4. README.md
  5. settings.gradle
examples/android/strictmode/README.md

gRPC Android StrictMode Example

  • This example intends to show the compatibility of gRPC with Android StrictMode.
  • Android SDK version 28 is required for StrictMode.VmPolicy.Builder.penaltyListener used in the example.
  • This example does the same thing as HelloWorld example except popping up a dialog for detected StrictMode policy violation (shown below).

demo img