I am interested in: what happens after any app calls system/framework API? How does the OS check if that app has that particular permission? What component in "application framework" handles this checking? Which java classes are responsible for it?
I would like to play with these java classes & make some observations.
P.S.: I am assuming that permission-model is implemented in "application framework" layer. Correct me if I am wrong.
I would like to play with these java classes & make some observations.
P.S.: I am assuming that permission-model is implemented in "application framework" layer. Correct me if I am wrong.