Hi, I am developing a system to apply my custom permissions to Android. For this purpose, I want to intercept the request call for permission from android application before the system performs its standard permission verification process. Where should I write my code to Intercept the request call? In ActivityManagerService.checkComponentPermission() , ActivityManager.checkComponentPermission(), or some other location?
-- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/dc6c87d4-b855-4d19-bf5e-15afdd2ed14c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

