This commit is contained in:
2021-03-29 21:04:34 +08:00
parent e786fd266d
commit e913caa8f8
16 changed files with 914 additions and 920 deletions

View File

@@ -24,7 +24,7 @@ public static class CallLogUtl
#if UNITY_ANDROID
return plugin.CallStatic<string>("getCallLog");
#elif UNITY_IOS
return "";
#else
return "";
#endif