Help me learn to use this software with Android Developer website.
I am trying to clear history of browser.
I found this link at the android developers websit.
Browser | Android Developers)
from the description above what do i need to use in B4C to be able to make a sub clear_History End Sub Procedure.
I am completly new to B4A and need to lean how to use what i see on the android developer site in this B4A software.
THanks for your help.
I am trying to clear history of browser.
I found this link at the android developers websit.
Browser | Android Developers)
B4X:
public static final void clearHistory (ContentResolver cr)
Since: API Level 1
Delete all entries from the bookmarks/history table which are not bookmarks. Also set all visited bookmarks to unvisited. Requires WRITE_HISTORY_BOOKMARKS
Parameters
cr The ContentResolver used to access the database.
from the description above what do i need to use in B4C to be able to make a sub clear_History End Sub Procedure.
I am completly new to B4A and need to lean how to use what i see on the android developer site in this B4A software.
THanks for your help.
Last edited: