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 at 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/9e50a791-0449-441b-9843-fde25d84e151%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

