Setting cookie on android always work wrong. There is no option to set field "httpOnly" to true. Also fields like "domain" and "path" are always null. Example log after setting and getting cookie: ``` domain: null httpOnly: false name: "device_id" path: null secure: false value: "some_value" ```