[android-developers] Re: reminders when timezone change

2016-05-18 Thread Jags
Again, the flollowing post says a broadcastreceiver if defined in manifest, 
can wake up the application , does this apply to android.intent.
action.TIMEZONE_CHANGED also ?

http://stackoverflow.com/questions/18237517/android-broadcast-receiver-not-waking-up-application-when-registered-dynamically

On Monday, May 16, 2016 at 4:56:50 PM UTC+5:30, Jags wrote:
>
> Hi All,
>
> In my android app, I set different set of reminders.
>
> When timezone of the device changes, I need to get some notification in my 
> application so that I can make necessary changes, is it possible ? which 
> api / broadcast caters to this ?
>
> regards
> jags 
>

-- 
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.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/6ca29d3c-8055-4d39-901e-ddbecf46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: reminders when timezone change

2016-05-17 Thread Jags
Ok, here is a bit more information on what I want. I understand broadcast 
receiver android.intent.action.TIMEZONE_CHANGED  is fired when timezone 
change occurs on device. But that does not wake my application, if my 
application is in killed state (entirely stopped, not even in background). 
Is there a way I can find when last timezone was changed when I run my 
application again ?

On Monday, May 16, 2016 at 4:56:50 PM UTC+5:30, Jags wrote:
>
> Hi All,
>
> In my android app, I set different set of reminders.
>
> When timezone of the device changes, I need to get some notification in my 
> application so that I can make necessary changes, is it possible ? which 
> api / broadcast caters to this ?
>
> regards
> jags 
>

-- 
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.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b28cd76b-008f-49be-bfaa-36adfc3ab0d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.