Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -441,7 +441,7 @@ public static void showExitDialog(final PoolExitDialogListener exitDialogListene | ... | @@ -441,7 +441,7 @@ public static void showExitDialog(final PoolExitDialogListener exitDialogListene |
441 | ``` | 441 | ``` |
442 | 442 | ||
443 | ### 2.11、Android 生命周期接口(必接) ### | 443 | ### 2.11、Android 生命周期接口(必接) ### |
444 | - 说明:在游戏 Activity 的 onStart、onPause、onResume、 onStop、onDestroy、onRestart、onNewIntent、 onActivityResult、onConfigurationChanged、onSaveInstanceState、onRestoreInstanceState、onWindowFocusChanged、onWindowAttributesChanged 中分别调用对应的接口 | 444 | + 说明:在游戏 Activity 的 onStart、onPause、onResume、 onStop、onDestroy、onRestart、onNewIntent、 onActivityResult、onConfigurationChanged、onSaveInstanceState、onRestoreInstanceState、onWindowFocusChanged、onWindowAttributesChanged、onRequestPermissionsResult中分别调用对应的接口 |
445 | 445 | ||
446 | ```java | 446 | ```java |
447 | 2.10.1 代码示例 | 447 | 2.10.1 代码示例 | ... | ... |
-
Please register or login to post a comment