Your goal then is to list missed calls - missed by the phone User, not missed while using your App? It seems likely that a Call Log would be recorded, your App needs access to that file.
Two things to find out - where is the file stored, and is it encrypted. If the file exists, on most devices, and is stored in the same place, you may be able to access it via the SAF extension.
Can you tell me where I can find the recommended extensions ? I would like to be able to get the last call that was missed on the phone, and then get the corresponding contact information, as in the Call Log you only find the calling number.
So, the worst case scenario would be to add this as a Suggested Extension and see if it tickles the interest of one of the regular Extension Developers. Or you could try coding an extension yourself.
I removed the calls to the two extensions in my project (even if the .aix files are still included in the project) and the error message is still displayed at loading.
You'll find the screenshot (in French). My device is LG G7 ThinQ and the system is Android version 9. Everything was working well yesterday.
I have a large amount of global variables. Is there a limit on how many global variables we can use ? I will try to remove some of them.
I do the same when I get a message about "The file can be harmful" because this message is displayed for any program file. But the message I get now is different, and says "The file may be corrupted" ... But well, I must admit that the MessageBox is very similar to yours, except for the message itself.
Is this App only for your own personal use or is it going to be distributed? If it's on Android 9 and isn't going to be on Android 10+, you may be able to access the log with the File functions (need to know the file path of course).
I made some cleaning, changed global variables to locals, uninstalled the app, restarted the phone and reinstalled the application but got the same message. At the end, the application is running correctly; but I still have the message when downloading it to the phone.
Sorry, I don't have a backup. Here is the aia file. I have to say the software architecture is not so good but I am new at using this platform, and did not had a lot of time to spend on this project.
According to the websites where I downloaded the extensions I use, using them via the Companion is not possible. DernierAppel (1).aia (42.4 KB)