Sign in
android
/
platform
/
external
/
grpc-grpc-java
/
1cf0566afa8fe375ee0bad64b5f6ccc121ef9cd2
/
.
/
examples
/
android
/
strictmode
tree: c1e0ed1192be6653d97d4344f8e4ba08f1aa6d64
app/
build.gradle
demo.png
README.md
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).