OSDN Git Service

Allow quoted strings from NativeDaemonConnector
authorRobert Greenwalt <rgreenwalt@google.com>
Fri, 20 Apr 2012 20:08:02 +0000 (13:08 -0700)
committerRobert Greenwalt <rgreenwalt@google.com>
Fri, 20 Apr 2012 21:56:32 +0000 (14:56 -0700)
commit2d34b4a88531e51982b030c43d672ec2cc3d8f36
tree18f9f82c3a5475d4e0c10d7677e59d5f6dbbef95
parentd7f256dd2f31ec74c8154f783a660dfe3e55b036
Allow quoted strings from NativeDaemonConnector

Previously we'd only handled quoted strings going into NDC.  This
change auto-handles quoted strings in broadcasts and allows
protocol handlers to request de-quoted elements when needed instead
of using the generic split(" ").

bug: 6353048
Change-Id: I8a07be86411063ed1b402294edc399b4cc076da5
services/java/com/android/server/NativeDaemonConnector.java
services/java/com/android/server/NativeDaemonEvent.java