[android-developers] Re: Advanced Device Administration

2010-11-23 Thread m88m
Hey Mark! The last thing I want to do is to change the firmware, but do you know if there is an Android's framework component that the applications asks for permission clearance prior to\during executing? Which I might wrap for this purpose? Do you familiar with someone who tried to alter the

Re: [android-developers] Re: Advanced Device Administration

2010-11-23 Thread Mark Murphy
On Tue, Nov 23, 2010 at 10:36 AM, m88m m...@walla.com wrote: The last thing I want to do is to change the firmware, but do you know if there is an Android's framework component that the applications asks for permission clearance  prior to\during executing? I am rather short on sleep, so this

Re: [android-developers] Re: Advanced Device Administration

2010-11-23 Thread Brad Gies
Mark is correct about not being able to stop applications from being installed without modifying the firmware. I think the best you could do without your own platform is to install an app that occasionally looks through the installed packages (PackageManager) and alerts the user or manager