Let's return to the main topic. According to my knowledge, because chrome for android is not open-source, so it will not ship to AOSP. However, chromium for android may replace the current browser. I guess the api will keep the same, but the back engine will be replaced by chormium.
2013/2/3 Kristopher Micinski <[email protected]> > I'm not saying it won't work --- in my experience it hasn't --- but > since it's in that package it's off limits. Reading bookmarks from > the default browser seems bad anyway: what if the user installs > another one. > > (I do have some background with this, attempting to develop an app > that takes your browser history and learns trends, recommending new > things to you. I hit the same limitations and went another way.) > > Kris > > On Sun, Feb 3, 2013 at 10:45 AM, Kristopher Micinski > <[email protected]> wrote: > > Ah, I meant simply that you shouldn't be hardcoding a string constant > > as the value for the bookmarks store as it can change (as you've just > > seen) > > > > You are mistaken, things in the com.android.* package are *not* part > > of the public API. Generally, things in the public API are in > > android.*, > > > > Kris > > > > On Sun, Feb 3, 2013 at 5:30 AM, H <[email protected]> wrote: > >> Not sure what you mean by "not part of the public api" - these are the > exact values of the BOOKMARKS_URI on this the Browser object documented > here: http://developer.android.com/reference/android/provider/Browser.html > >> > >> On 2.x devices it returns a uri for "browser" but from 3.x onwards, > that was renamed to "com.android.browser" due to the differences in the > provider's implementation and probably for a more consistent naming > convention with the other providers for other types of data. > >> > >> But it's clearly a public api for accessing the stock browser's > bookmarks. Is there any reason why you don't think it's a public api? > >> > >> -- > >> -- > >> You received this message because you are subscribed to the Google > >> Groups "Android Developers" group. > >> To post to this group, send email to > [email protected] > >> To unsubscribe from this group, send email to > >> [email protected] > >> For more options, visit this group at > >> http://groups.google.com/group/android-developers?hl=en > >> --- > >> You received this message because you are subscribed to the Google > Groups "Android Developers" group. > >> To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > >> For more options, visit https://groups.google.com/groups/opt_out. > >> > >> > > -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

