B4A Tutorial SMS and CALL_LOG permissions are no longer available - Erel    Oct 10, 2018   (14 reactions)   tags: #PAIN be used:
- CallLog
- SmsMessages
- PhoneSms
- SmsInterceptor (and the equivalent static intent..., RECEIVE_SMS
READ_CALL_LOG, WRITE_CALL_LOG, PROCESS_OUTGOING_CALLS
Only the default phone or... B4A Question Still get “SMS and CALL_LOG permissions warning” - scsjc    Jan 7, 2019 understand why I get the notification of SMS and CALL_LOG, but use those permissions in the app... it will work:
RemovePermission("android.permission.READ_CALL_LOG")
RemovePermission... B4A Question calllog and callitem - fanfalveto    Dec 11, 2012 I see calllog and callitem in phone library.But is possible delete the calllog?
Thank you.... B4A Question CallLog samsung - Croïd (first post)    Apr 1, 2018 I think it's a problem with this phone, now it works !!
Log("Number=" & cAppel.Number & ", Name=" & name & ", Type=" & callType & ", Date=" & DateTime.Date(cAppel.Date))
thanks... B4A Question Empty CallLog/Callitem.CachedName in Android 6.0.1 - Cainsoft (first post)    Aug 28, 2016 Thx.... B4A Question Dim CallLog As CallLog - JesseW (first post)    May 20, 2013 yes, this statement references both a variable name/identifier and an object type, both of which are 'CallLog'.
Dim As
so...
Dim CallLog As CallLog
dimensions a new variable, names it CallLog, and creates it as a CallLog object. the confusion comes in when variable identifiers... CallLog is or does, see here... B4A Question How to clear or remove SMS history from callLog (Sent and Recieved) - Erel (first post)    Feb 19, 2015 Starting from Android 4.4 only the default messaging app can write to the sms logs (which are different than the call logs).... B4A Question Clear CallLog - FabioG (first post)    Jan 31, 2013 Maybe not an easy task ..
http://www.b4x.com/forum/basic4android-updates-questions/24200-calllog-callitem.html
Cheers mj
ok thanks I will try this method
but this also applies to calls frequently?
thanks again... B4A Question Delete CallItem from CallLog - nt4os    Jan 19, 2013 :sign0163: Hello everybody! I am searching for a way to delete a calllog item. I searched the forum, and found this post http://www.b4x.com/forum/basic4android-updates-questions/24200-calllog-callitem-2.html But i could not found the libary which is discribed here. Has anyone an idia in which way i can delete a calllog item? thank you!... B4A Question Time of callLog record - Erel (first post)    Nov 15, 2012 This is the only stored date.... Page: 1   2   3   4   5   6   7   |