Hey,
I wanted to clear user's call logs on googling i found something like this
Can anyone help me in using it in B4A ...i think it can be done using reflection lib but how ?
I wanted to clear user's call logs on googling i found something like this
B4X:
getContentResolver().delete(android.provider.CallLog.Calls.CONTENT_URI, null, null)