diff options
Diffstat (limited to 'services/java/com/android/server/ViewServer.java')
-rw-r--r-- | services/java/com/android/server/ViewServer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/ViewServer.java b/services/java/com/android/server/ViewServer.java index 07826a642258..e9a195161491 100644 --- a/services/java/com/android/server/ViewServer.java +++ b/services/java/com/android/server/ViewServer.java @@ -45,7 +45,7 @@ class ViewServer implements Runnable { private static final String LOG_TAG = "ViewServer"; private static final String VALUE_PROTOCOL_VERSION = "2"; - private static final String VALUE_SERVER_VERSION = "2"; + private static final String VALUE_SERVER_VERSION = "3"; // Protocol commands // Returns the protocol version |