Explorar el Código

修改接入文档

#Suyghur hace 3 años
padre
commit
ba7594657d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -171,7 +171,7 @@
     @Override
     protected void onNewIntent(Intent intent) {
         super.onNewIntent(intent);
-        EYuanGame.getInstance().onNewIntent(this, intent);
+        EYaunCommSdk.getInstance().onNewIntent(this, intent);
     }
 ```