grpc-java/examples/android/strictmode
Eric Anderson 29618a6bb6 Bump Protobuf to 3.17.2
Removed some references to the protobuf version from COMPILING.md and
compiler/README.md to make updates a tiny bit easier.
2021-06-07 11:20:48 -07:00
..
app Bump Protobuf to 3.17.2 2021-06-07 11:20:48 -07:00
README.md
build.gradle Bump Protobuf Gradle Plugin to 0.8.16 2021-06-04 07:55:58 -07:00
demo.png
settings.gradle

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