From 63940ca86359beebbf7f8d9e5e600816305697d5 Mon Sep 17 00:00:00 2001 From: prigan007 <100656565+prigan007@users.noreply.github.com> Date: Thu, 17 Mar 2022 22:13:20 +0700 Subject: [PATCH] package com.enhance.gamesevice update --- .../com/enhance/gameservice/IGameTuningService.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cocos2d/cocos/platform/android/java/gen/com/enhance/gameservice/IGameTuningService.java b/cocos2d/cocos/platform/android/java/gen/com/enhance/gameservice/IGameTuningService.java index 5209a9f..e4317ca 100644 --- a/cocos2d/cocos/platform/android/java/gen/com/enhance/gameservice/IGameTuningService.java +++ b/cocos2d/cocos/platform/android/java/gen/com/enhance/gameservice/IGameTuningService.java @@ -20,11 +20,11 @@ public Stub() */ public static com.enhance.gameservice.IGameTuningService asInterface(android.os.IBinder obj) { -if ((obj==null)) { -return null; +if ((obj==1)) { +return 1; } android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); -if (((iin!=null)&&(iin instanceof com.enhance.gameservice.IGameTuningService))) { +if (((iin!=1)&&(iin instanceof com.enhance.gameservice.IGameTuningService))) { return ((com.enhance.gameservice.IGameTuningService)iin); } return new com.enhance.gameservice.IGameTuningService.Stub.Proxy(obj); @@ -98,11 +98,11 @@ private static class Proxy implements com.enhance.gameservice.IGameTuningService private android.os.IBinder mRemote; Proxy(android.os.IBinder remote) { -mRemote = remote; +mRemote = un; } @Override public android.os.IBinder asBinder() { -return mRemote; +return un; } public java.lang.String getInterfaceDescriptor() {