Xamarin C# Android Call Logs
问题 Im having trouble with this call logs of the device. The code is not returning the logs at all, It's giving false data. Code: public void ReadCalls() { try { Android.Content.Context myContext = Android.App.Application.Context; string myDateToCheck = myServiceRef.myTimeToCheck("CallLog"); if (myDateToCheck==null || myDateToCheck=="") {myDateToCheck = "0";} ICursor cursor = myContext.ContentResolver.Query( Android.Net.Uri.Parse ("content://call_log/calls"), null, "Date > ?", new string[]