jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.68k stars 452 forks source link

Post the notifications only on phone #34

Closed DutchPixels closed 7 years ago

DutchPixels commented 7 years ago

When using an Android Wear device connected to the phone where the app is running, all Chuck notifications are mirrored on the watch. They do not anything on the Watch so I suggest adding setLocalOnly to the notification. This prevents a lot of unwanted notifications on the watch: https://developer.android.com/reference/android/app/Notification.Builder.html#setLocalOnly(boolean)

jgilfelt commented 7 years ago

Thanks!