From 2b82cd974370d2d5ee9ccc6befa233290ccff85c Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 21 十月 2019 11:29:24 +0800
Subject: [PATCH] update 安卓系统 10
---
Project/sp_sdk/src/game_spxjgame/java/com/secondworld/univeralsdk/SpPlatformUtil.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Project/sp_sdk/src/game_spxjgame/java/com/secondworld/univeralsdk/SpPlatformUtil.java b/Project/sp_sdk/src/game_spxjgame/java/com/secondworld/univeralsdk/SpPlatformUtil.java
index 19ea89c..0657eaa 100644
--- a/Project/sp_sdk/src/game_spxjgame/java/com/secondworld/univeralsdk/SpPlatformUtil.java
+++ b/Project/sp_sdk/src/game_spxjgame/java/com/secondworld/univeralsdk/SpPlatformUtil.java
@@ -49,7 +49,6 @@
// 鍙傛暟3:SDK鐨勬í绔栧睆绠$悊 (ORIENTATION_HORIZONTAL 浠h〃妯睆锛孫RIENTATION_VERTICAL 浠h〃绔栧睆)
// 鍙傛暟4:鍒濆鍖栧洖璋�
SPGameController.getInstance().
-
onCreate(activity, savedInstanceState,
SPGameController.ORIENTATION_HORIZONTAL,
new SPInitCallback()
@@ -262,4 +261,8 @@
gamedata.setGamemoney(surplusMoney);
return gamedata;
}
+
+ public void SendRegisterEvent()
+ {
+ }
}
--
Gitblit v1.8.0