> I want to write a code for my application which blocks user from > accessing all the other resources till my code is running.
You need to change the firmware. The rule of thumb is, the SDK in general cannot be used for disabling functionality of the system. The SDK (or in general any SDK) is meant to be used for enabling more functionality on the system. If/When you need to disable functionality, you need to change the firmware. But beware that you are creating your own version of Android in this case and many, many, many limitations on distributing your solution will follow. ------------------------------------------------- Ali Chousein http://socialnav.blogspot.com | http://twitter.com/socialnav1 http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy http://www.paygol.com/android/implementation http://geo-filtered-assistant.blogspot.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

