Merge change I69f72c00 into eclair-mr2

* changes:
  Update OBEX lib setPath Flags handling logic to be compatible with spec.
This commit is contained in:
Android (Google) Code Review
2009-12-16 17:36:16 -08:00

View File

@@ -315,7 +315,7 @@ public final class ServerSession extends ObexSession implements Runnable {
if (!((flags & 1) == 0)) { if (!((flags & 1) == 0)) {
backup = true; backup = true;
} }
if ((flags & 2) == 0) { if (!((flags & 2) == 0)) {
create = false; create = false;
} }