This is my very first post... in a long series, I hope. Hello B4A developers!
I would like to track the internet activity on the phone, so I am trying to get a log of the visited urls. I know it can be done, but I don't know how. I've searched the forums and all I found out was that the app needs to get the READ_HISTORY_BOOKMARKS permission in order to access the url history. This permission can be obtained by setting it in the AndroidManifest.xml file - I get this. But how do I exactly get the list of the visited urls programatically with b4a?
Any hints much appreciated, then once I figure this out I promise to post it as a tutorial for others to use, since I didn't find anything on this subject.
Thanks!
I would like to track the internet activity on the phone, so I am trying to get a log of the visited urls. I know it can be done, but I don't know how. I've searched the forums and all I found out was that the app needs to get the READ_HISTORY_BOOKMARKS permission in order to access the url history. This permission can be obtained by setting it in the AndroidManifest.xml file - I get this. But how do I exactly get the list of the visited urls programatically with b4a?
Any hints much appreciated, then once I figure this out I promise to post it as a tutorial for others to use, since I didn't find anything on this subject.
Thanks!