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