jsvk
Results
2
comments of
jsvk
@luggesexe @joosejunsheng `BindJSON` calls `MustBindWith(..., binding.JSON)`, which will write some things to the response when theres's a JSON parsing error via `Context::AbortWithError`. can you instead replace your `BindJSON` with `ShouldBindJSON`?
this intent receiver doesn't fire for me, even though Hail is configured to run with background usage unrestricted. I think it's because `android.intent.action.PACKAGE_UNSUSPENDED_MANUALLY` is a privileged intent, at least in...