Android Browser.BOOKMARKS_URI does not work on all devices. How to find out the correct uri for a given device?
I am trying to use Android Browser.BOOKMARKS_URI to CRUD device bookmarks from within my app ( https://play.google.com/store/apps/details?id=com.elementique.web ) It's working fine on most of the devices, but does not work on some :-( On those devices, trying to use bookmarks leads to java.lang.IllegalArgumentException: Unknown URL content://browser/bookmarks I now understand that Boookmark Uri can be different than the AOSP default value (i.e. "content://browser/bookmarks"). Question: How can I get the correct Bookmark Uri for a given device? I already 'collected' the following URI private