tree: c1e0ed1192be6653d97d4344f8e4ba08f1aa6d64 [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