[android-developers] Re: Help needed

2013-03-05 Thread Gabriel Augusto
Check strings.xml in 'values' folder

Em terça-feira, 5 de março de 2013 07h40min20s UTC-3, ramesh babu escreveu:
>
> hi frnds, 
>i am just start learning about android,while i am 
> developing a simple app i got stuck with these error: Error: No 
> resource found that matches the given name (at 'title' with value 
> '@string/action_settings'). 
>

-- 
-- 
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] Re: how to run a service in background when the user is out of android application

2012-08-01 Thread Gabriel Augusto
A Service running in background every time must end with the battery or be
killed by the os. Make a Service that run, do your work and see
AlarmManager to start the Service again.

2012/8/1 bob 

> Maybe look at this?
>
> http://developer.android.com/reference/android/app/Service.html
>
>
> On Monday, July 30, 2012 1:44:39 AM UTC-5, Vijay Krishnan wrote:
>>
>> Hi all,
>>  In my case,i want to update the user latitude and longitude in
>> background when he is out of the application.
>>
>> Thanks,
>> vijay.k
>>
>  --
> 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 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

Re: [android-developers] Re: Lock app

2012-07-26 Thread Gabriel Augusto
I searched and i found this question:
http://stackoverflow.com/questions/7248080/android-lock-apps

But I can't understand some things..

2012/7/26 Pent 

> This is kindof frowned upon in official circles here so I'm wearing a
> big sombrero to hide my identity as I post this.
>
> Several solutions have been discussed in previous threads, you just
> need to search a little.
>
> - accessibility service (needs server enabled by user)
> - system log (needs polling, beware: permission going away with
> JellyBean)
> - ActivityManager (needs polling)
>
> Pent
>
> --
> 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 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

[android-developers] Lock app

2012-07-25 Thread Gabriel Augusto
Hello,

I'm looking for a solution to block apps. A need to implement a solution
like Smart App 
Protector<https://play.google.com/store/apps/details?id=com.sp.protector.free&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5zcC5wcm90ZWN0b3IuZnJlZSJd>,
to make the user put a password even when he wants to run Settings and the
Package Installer, for example.

In apps on market, I can do that with any program. I know that this is
possible and this was spoken in this group before, but any solution worked
to me.

Sorry for my english.

Thanks,

Gabriel Augusto

-- 
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