commit | 36728a9f1ac5890c38aeae0e08580b2618f5f26d | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Thu Nov 26 11:03:17 2015 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Thu Nov 26 17:06:20 2015 +0900 |
tree | 1e5265f1691f7f3fc603bd06261afe78b00014c7 | |
parent | 7754abb2fc02041a3e9fd0dddb8325313836119d [diff] |
Fix javadoc for the NetworkRequest version of requestNetwork. The documentation for this method says that the request can be released using releaseNetworkRequest, but that's not true. releaseNetworkRequest only takes a PendingIntent, and can only be used to release a request filed with a PendingIntent. Fix the docs to say that the request needs to be released using unregisterNetworkCallback. Change-Id: If044fd2d463ab8d09874172d5d56946251057a3c