Hi The documentation mentions that "the permissions required by an application are declared statically in that application, so they can be known up-front at install time and will not change after that." Suppose there is a necessity to enforce a system wide security policy to not allow bluetooth access(for example) to any application for a certain period of time. Is there a way to revoke the permission for bluetooth access from all applications for that period of time? If there is no direct way of doing this, can someone guide me on what I can modify/add in the android source code(or where to look in the source) to add this capability to my android compilation.
Thank You Akhilesh Gupta
