Skip to content
dtmilano edited this page Apr 25, 2013 · 2 revisions

System ViewServer

Android system ViewServer is a local socket server that can be used to communicate with the views of the opened windows. Communication with the views is ensured by the com.android.server.wm.WindowManagerService and is a cross-process operation.

Source code: <android>/frameworks/base/services/java/com/android/server/wm/ViewServer.java

See also: Secure mode

Clone this wiki locally