Re: [android-developers] Re: Change time/date

2012-06-07 Thread lcs_godoy
Hi Jim, thanks for the reply. Em segunda-feira, 21 de maio de 2012 15h09min38s UTC-3, Spooky escreveu: On Mon, May 21, 2012 at 08:12:33AM -0700, lcs_godoy wrote: I mean, a way to change time and date without root access on android programmatically. Nope. Unfortunately, you can't do

[android-developers] Change time/date

2012-05-21 Thread lcs_godoy
Hi all, Is there a way to change time and date without root access on android? 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,

[android-developers] Re: Change time/date

2012-05-21 Thread lcs_godoy
I mean, a way to change time and date without root access on android programmatically. On Monday, May 21, 2012 11:37:30 AM UTC-3, lcs_godoy wrote: Hi all, Is there a way to change time and date without root access on android? Thanks. On Monday, May 21, 2012 11:37:30 AM UTC-3

[android-developers] Re: Change time/date

2012-05-21 Thread lcs_godoy
-- 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

[android-developers] Re: setting task affinity to a intent programmatically

2012-05-11 Thread lcs_godoy
Hi, Have you found the solution for this problem? On Monday, August 2, 2010 12:56:20 PM UTC-3, social hub wrote: android:taskAffinity When I launch an Intent I also want to set the taskaffinity programmatically is there a method for this to accomplish ?

[android-developers] Activity and affinity task

2012-05-11 Thread lcs_godoy
Hello everybody, Is that a way to set the affinity of an activity dinamically in code? I mean, instead of setting the taskAffinity tag into android manifest, set the affinity of an activity with a specific task programmatically, using a flag or anything else in a call for a intent, for