How to monitor access to shared system resources in Android? -


in android, there exists shared resources system settings, can read or modified process without permission declared. there method monitor access shared resources? or, can make system record time , pid of process accessing resource?

resources sharedpreferences, streamvolume, ringer_mode, , files in /proc, world-readable or writable. see of these observable using system application layer apis such onsharedpreferenceschanged listener, contentobserver, or fileobserver. then, there place in system in can comprehensive observation of access shared resources? maybe in lower layer of system(kernel)?


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -