08c08bfef2
JDK contract: InvocationHandler.invoke's args parameter is null when the proxied interface method takes no arguments. The proxy handlers in AndroidRuntimePlugin used `*args` directly, which spread-deref'd null and threw NullPointerException. Signed-off-by: Muteem <29696635+Muteem@users.noreply.github.com>