We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8873597 commit f958b6cCopy full SHA for f958b6c
Parse/src/main/java/com/parse/ParsePlugins.java
@@ -107,6 +107,7 @@ public Response intercept(Chain chain) throws IOException {
107
String.valueOf(ManifestInfo.getVersionCode()))
108
.set(ParseRESTCommand.HEADER_APP_DISPLAY_VERSION,
109
ManifestInfo.getVersionName())
110
+ .set(ParseRESTCommand.HEADER_OS_VERSION, Build.VERSION.RELEASE)
111
.set(ParseRESTCommand.USER_AGENT, userAgent());
112
if (request.header(ParseRESTCommand.HEADER_INSTALLATION_ID) == null) {
113
// We can do this synchronously since the caller is already on a background thread
0 commit comments