forked from dtmilano/AndroidViewClient
-
Notifications
You must be signed in to change notification settings - Fork 0
System ViewServer
dtmilano edited this page Apr 25, 2013
·
2 revisions
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