Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
20 | #### 1.3、修改游戏工程的AndroidManifest.xml(可以参照复制Demo中 AndroidManifest.xml文件) #### | 20 | #### 1.3、修改游戏工程的AndroidManifest.xml(可以参照复制Demo中 AndroidManifest.xml文件) #### |
21 | 21 | ||
22 | - 添加声明权限: | 22 | - 添加声明权限: |
23 | - | 23 | + |
24 | ```xml | 24 | ```xml |
25 | <uses-permission android:name="android.permission.INTERNET" /> | 25 | <uses-permission android:name="android.permission.INTERNET" /> |
26 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | 26 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
... | @@ -454,7 +454,7 @@ public static void showExitDialog(final PoolExitDialogListener exitDialogListene | ... | @@ -454,7 +454,7 @@ public static void showExitDialog(final PoolExitDialogListener exitDialogListene |
454 | 说明:在游戏 Activity 的 onStart、onPause、onResume、 onStop、onDestroy、onRestart、onNewIntent、 onActivityResult、onConfigurationChanged、onSaveInstanceState、onRestoreInstanceState、onWindowFocusChanged、onWindowAttributesChanged 中分别调用对应的接口 | 454 | 说明:在游戏 Activity 的 onStart、onPause、onResume、 onStop、onDestroy、onRestart、onNewIntent、 onActivityResult、onConfigurationChanged、onSaveInstanceState、onRestoreInstanceState、onWindowFocusChanged、onWindowAttributesChanged 中分别调用对应的接口 |
455 | 455 | ||
456 | ```java | 456 | ```java |
457 | - 2.10.1、代码示例 | 457 | + 2.10.1 代码示例 |
458 | @Override | 458 | @Override |
459 | public void onStart() { | 459 | public void onStart() { |
460 | super.onStart(); | 460 | super.onStart(); | ... | ... |
-
Please register or login to post a comment