1
This commit is contained in:
@@ -21,11 +21,11 @@ public class PermissionRequest : MonoBehaviour
|
||||
{
|
||||
if (hasFocus)
|
||||
{
|
||||
Debug.Log("应用程序获得焦点(OnApplicationFocus)" + hasFocus);
|
||||
//Debug.Log("应用程序获得焦点(OnApplicationFocus)" + hasFocus);
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.Log("应用程序失去焦点(OnApplicationFocus)" + hasFocus);
|
||||
//Debug.Log("应用程序失去焦点(OnApplicationFocus)" + hasFocus);
|
||||
}
|
||||
|
||||
if (hasFocus)
|
||||
|
||||
Reference in New Issue
Block a user