How to get Opera Android browsing history/bookmarks programatically
-
wilo72 last edited by
Hi,
We'd like to know how to get the Opera browsing history. We can do this for other browsers like Chrome, e.g. http://stackoverflow.com/questions/13137339/can-we-get-chrome-browsing-history-bookmarks-in-our-android-app. In Chrome, the URI to use is:
"content://com.android.chrome.browser/bookmarks"
but I've tried something similar on Opera like
"content://com.opera.browser/history"
"content://com.opera.browser/bookmarks"but it is not working. Does anyone know the right URI for Opera?