Skip to content

Commit f958b6c

Browse files
aontasrogerhu
authored andcommitted
Add missing HEADER_OS_VERSION header. (#653)
1 parent 8873597 commit f958b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Parse/src/main/java/com/parse/ParsePlugins.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public Response intercept(Chain chain) throws IOException {
107107
String.valueOf(ManifestInfo.getVersionCode()))
108108
.set(ParseRESTCommand.HEADER_APP_DISPLAY_VERSION,
109109
ManifestInfo.getVersionName())
110+
.set(ParseRESTCommand.HEADER_OS_VERSION, Build.VERSION.RELEASE)
110111
.set(ParseRESTCommand.USER_AGENT, userAgent());
111112
if (request.header(ParseRESTCommand.HEADER_INSTALLATION_ID) == null) {
112113
// We can do this synchronously since the caller is already on a background thread

0 commit comments

Comments
 (0)