tree: 68d3441a352d0ce877f214b9d32481a9701832f4 [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