Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-04-29 Thread Jiangwei Li
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 

> 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
>  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  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
> android-developers@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> android-developers+unsubscr...@googlegroups.com
> >> 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 android-developers+unsubscr...@googlegroups.com.
> >> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 android-developers+unsubscr...@googlegroups.com.
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-02-03 Thread Kristopher Micinski
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
 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  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 android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> 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 android-developers+unsubscr...@googlegroups.com.
>> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-02-03 Thread Kristopher Micinski
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  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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 android-developers+unsubscr...@googlegroups.com.
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-02-03 Thread H
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-02-02 Thread Kristopher Micinski
You still shouldn't be using those, as they're obviously not part of
the public API, but I'm guessing that that doesn't really phase you...

Kris

On Sat, Feb 2, 2013 at 4:50 AM, H  wrote:
> Yes.
>
> I'm not near my computer, but below Android v3 you can get to them as 
> content://browser/bookmarks and from v3+ as 
> content://com.android.browser/bookmarks
>
> Obviously you need to include the permissions in your manifest.
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 android-developers+unsubscr...@googlegroups.com.
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-02-02 Thread H
Yes.

I'm not near my computer, but below Android v3 you can get to them as 
content://browser/bookmarks and from v3+ as 
content://com.android.browser/bookmarks 

Obviously you need to include the permissions in your manifest. 

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-02-01 Thread Kristopher Micinski
This surprises me, are the user's bookmarks accessible in a public
provider?  I had been under the impression that this was removed
(always throws a `SecurityException`) since 2.2.

kris

On Fri, Feb 1, 2013 at 8:42 AM, H  wrote:
> Probably unlikely to "replace" the Stock Browser in AOSP Android - Chrome is 
> dependant on the Google APIs, so if it replaced the browser then there 
> wouldn't be a browser on AOSP Android. But on Google licensed devices, 
> there's no reason to not remove the Stock Browser. However Chrome doesn't 
> provide a public bookmarks provider, so all those apps that rely on a 
> provider to show the user's bookmarks in a widget (for example) would no 
> longer work.
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 android-developers+unsubscr...@googlegroups.com.
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-02-01 Thread H
Probably unlikely to "replace" the Stock Browser in AOSP Android - Chrome is 
dependant on the Google APIs, so if it replaced the browser then there wouldn't 
be a browser on AOSP Android. But on Google licensed devices, there's no reason 
to not remove the Stock Browser. However Chrome doesn't provide a public 
bookmarks provider, so all those apps that rely on a provider to show the 
user's bookmarks in a widget (for example) would no longer work. 

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-01-31 Thread Anthony Prieur
What about the Java Webview binding then, would it be replaced by a "
ChromeView" ?

Le jeudi 31 janvier 2013 14:50:54 UTC+1, Dan a écrit :
>
>
>
> On Wednesday, January 30, 2013 9:21:26 PM UTC-5, Mark Murphy (a Commons 
> Guy) wrote:
>>
>> We will find out when the next version of Android ships. I will be 
>> reasonably surprised if we find out before then. And, bear in mind 
>> that the choice of browsers is really up to the device manufacturer. 
>>
>>
> Given that stock 4.2.1 on the Galaxy Nexus  has the Browser and
> 4.2.1 on the Nexus 4 has Chrome, it doesn't look like Android version
> matters as much as OEM choice.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-01-31 Thread Dan


On Wednesday, January 30, 2013 9:21:26 PM UTC-5, Mark Murphy (a Commons 
Guy) wrote:
>
> We will find out when the next version of Android ships. I will be 
> reasonably surprised if we find out before then. And, bear in mind 
> that the choice of browsers is really up to the device manufacturer. 
>
>
Given that stock 4.2.1 on the Galaxy Nexus  has the Browser and
4.2.1 on the Nexus 4 has Chrome, it doesn't look like Android version
matters as much as OEM choice.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-01-31 Thread Jim Graham
On Wed, Jan 30, 2013 at 06:39:21PM -0800, DroidMaster wrote:
> I am kind of agree with you on this; if there is a enforcement from google 
> to ship with chrome only then it would be the same browser war on PC. 

Question:  does anyone seriously use the default browser anyways?  There
are (in my opinion, at least) several other much better browsers on the
Market available for free.  I can't decide whether my favorite is Dolphin
or Opera---I use Opera on my Mac, but it's got so many glitches (latest
version) that I keep find myself wishing Dolphin browser was available
for the Mac  But again, just my opinion.  The point is, if people
don't like or want the default browser, why should they care what it is?
They can just grab another one that they do like.

Later,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)MiSTie #49997  < Running Mac OS X Lion >
spooky1...@gmail.comICBM/Hurr.: 30.44406N 86.59909W

   "Now what *you* need is a proper pint of porter poured in a proper
   pewter porter pot.." --Peter Dalgaard in alt.sysadmin.recovery

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-01-30 Thread DroidMaster
I am kind of agree with you on this; if there is a enforcement from google 
to ship with chrome only then it would be the same browser war on PC. 

I have down load the ROM for CyanogenMod for Jelly Bean 4.2; It does not 
have Chrome; it does have a stock browser.  


On Wednesday, January 30, 2013 6:21:26 PM UTC-8, Mark Murphy (a Commons 
Guy) wrote:
>
> We will find out when the next version of Android ships. I will be 
> reasonably surprised if we find out before then. And, bear in mind 
> that the choice of browsers is really up to the device manufacturer. 
>
> On Wed, Jan 30, 2013 at 9:12 PM, DroidMaster 
> > 
> wrote: 
> > Hi, All 
> > 
> > With Nexus 7, Google has shipped Google Chrome as stock Browser. Is 
> Google 
> > going to eliminate regular browser for the next release of android OS? 
> > 
> > 
> > Thanks, 
> > 
> > -- 
> > -- 
> > You received this message because you are subscribed to the Google 
> > Groups "Android Developers" group. 
> > To post to this group, send email to 
> > android-d...@googlegroups.com 
> > To unsubscribe from this group, send email to 
> > android-developers+unsubscr...@googlegroups.com  
> > 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 android-developers+unsubscr...@googlegroups.com . 
> > For more options, visit https://groups.google.com/groups/opt_out. 
> > 
> > 
>
>
>
> -- 
> Mark Murphy (a Commons Guy) 
> http://commonsware.com | http://github.com/commonsguy 
> http://commonsware.com/blog | http://twitter.com/commonsguy 
>
> _The Busy Coder's Guide to Android Development_ Version 4.5 Available! 
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-01-30 Thread Mark Murphy
We will find out when the next version of Android ships. I will be
reasonably surprised if we find out before then. And, bear in mind
that the choice of browsers is really up to the device manufacturer.

On Wed, Jan 30, 2013 at 9:12 PM, DroidMaster  wrote:
> Hi, All
>
> With Nexus 7, Google has shipped Google Chrome as stock Browser. Is Google
> going to eliminate regular browser for the next release of android OS?
>
>
> Thanks,
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 4.5 Available!

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] is Google going to ship Chrome as a default browser for next OS release

2013-01-30 Thread DroidMaster
Hi, All

With Nexus 7, Google has shipped Google Chrome as stock Browser. Is Google 
going to eliminate regular browser for the next release of android OS? 


Thanks,

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.