Re: [android-developers] OAuth2 refresh token using Google Play Services

2012-12-05 Thread erdal
On Wednesday, December 5, 2012 12:14:49 AM UTC-8, Nikolay Elenkov wrote: > > On Wed, Dec 5, 2012 at 4:58 PM, erdal > > wrote: > > Thank you for your reply! > > > > We have a server that needs to do some periodic requests so we would > need > > the r

Re: [android-developers] OAuth2 refresh token using Google Play Services

2012-12-04 Thread erdal
so I was thinking it should be possible using the API also because it's a lot nicer. Thanks, Erdal On Tuesday, December 4, 2012 9:34:18 PM UTC-8, Nikolay Elenkov wrote: > > On Wed, Dec 5, 2012 at 2:27 PM, erdal > > wrote: > > I'm using Google Play Services for Goo

[android-developers] OAuth2 refresh token using Google Play Services

2012-12-04 Thread erdal
I'm using Google Play Services for Google OAuth2.0 and can't figure out how to get a refresh token for offline access. Any suggestions? http://developer.android.com/google/play-services/auth.html Thanks! -- You received this message because you are subscribed to the Google Groups "Android Deve

[android-developers] Re: ActionBar tabs - dynamic setIcon()

2011-12-30 Thread erdal
I am trying to do the same thing. Did you find a solution? -- 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-develo

[android-developers] Re: Background apps (Instant Messaging) being killed without user notification

2010-09-01 Thread erdal
Hi Simon, We've encountered the same problem while developing our app. We are using the new startForeground method (and falling back on the old API if the new one is not available; there is an example somewhere in the docs of how to do that using reflection). This seems to keep our process around