Re: [android-developers] Re: Lock app

2012-07-27 Thread Oleksandr Kruk
Isn't it possible to have some kind of Listener installing it whenever it's 
uninstalled?

On Thursday, 26 July 2012 20:39:43 UTC+1, Kristopher Micinski wrote:

 You can't reliability do this, don't try.

 any user can just uninstall your blocker app 
 On Jul 26, 2012 1:19 PM, Gabriel Augusto gabrielaugust...@gmail.com 
 wrote:

 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 supp...@apps.dinglisch.net

 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



-- 
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-27 Thread Zsolt Vasvari
No.  Thank god.

On Friday, July 27, 2012 3:48:45 PM UTC+8, Oleksandr Kruk wrote:

 Isn't it possible to have some kind of Listener installing it whenever 
 it's uninstalled?

 On Thursday, 26 July 2012 20:39:43 UTC+1, Kristopher Micinski wrote:

 You can't reliability do this, don't try.

 any user can just uninstall your blocker app 
 On Jul 26, 2012 1:19 PM, Gabriel Augusto gabrielaugust...@gmail.com 
 wrote:

 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 supp...@apps.dinglisch.net

 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



-- 
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] Re: Lock app

2012-07-26 Thread 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


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 supp...@apps.dinglisch.net

 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

Re: [android-developers] Re: Lock app

2012-07-26 Thread Kristopher Micinski
You can't reliability do this, don't try.

any user can just uninstall your blocker app
On Jul 26, 2012 1:19 PM, Gabriel Augusto gabrielaugust...@gmail.com
wrote:

 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 supp...@apps.dinglisch.net

 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

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