You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/androidpublisher_v3.applications.deviceTierConfigs.html
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,12 @@ <h3>Method Details</h3>
135
135
"name": "A String", # The name of the feature.
136
136
},
137
137
],
138
+
"systemOnChips": [ # Optional. The SoCs included by this selector. Only works for Android S+ devices.
139
+
{ # Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.
140
+
"manufacturer": "A String", # Required. The designer of the SoC, eg. "Google" Value of build property "ro.soc.manufacturer" https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required.
141
+
"model": "A String", # Required. The model of the SoC, eg. "Tensor" Value of build property "ro.soc.model" https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.
142
+
},
143
+
],
138
144
},
139
145
],
140
146
"name": "A String", # The name of the group.
@@ -201,6 +207,12 @@ <h3>Method Details</h3>
201
207
"name": "A String", # The name of the feature.
202
208
},
203
209
],
210
+
"systemOnChips": [ # Optional. The SoCs included by this selector. Only works for Android S+ devices.
211
+
{ # Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.
212
+
"manufacturer": "A String", # Required. The designer of the SoC, eg. "Google" Value of build property "ro.soc.manufacturer" https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required.
213
+
"model": "A String", # Required. The model of the SoC, eg. "Tensor" Value of build property "ro.soc.model" https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.
214
+
},
215
+
],
204
216
},
205
217
],
206
218
"name": "A String", # The name of the group.
@@ -274,6 +286,12 @@ <h3>Method Details</h3>
274
286
"name": "A String", # The name of the feature.
275
287
},
276
288
],
289
+
"systemOnChips": [ # Optional. The SoCs included by this selector. Only works for Android S+ devices.
290
+
{ # Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.
291
+
"manufacturer": "A String", # Required. The designer of the SoC, eg. "Google" Value of build property "ro.soc.manufacturer" https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required.
292
+
"model": "A String", # Required. The model of the SoC, eg. "Tensor" Value of build property "ro.soc.model" https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.
293
+
},
294
+
],
277
295
},
278
296
],
279
297
"name": "A String", # The name of the group.
@@ -350,6 +368,12 @@ <h3>Method Details</h3>
350
368
"name": "A String", # The name of the feature.
351
369
},
352
370
],
371
+
"systemOnChips": [ # Optional. The SoCs included by this selector. Only works for Android S+ devices.
372
+
{ # Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.
373
+
"manufacturer": "A String", # Required. The designer of the SoC, eg. "Google" Value of build property "ro.soc.manufacturer" https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required.
374
+
"model": "A String", # Required. The model of the SoC, eg. "Tensor" Value of build property "ro.soc.model" https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.
375
+
},
376
+
],
353
377
},
354
378
],
355
379
"name": "A String", # The name of the group.
"description": "Optional. The SoCs included by this selector. Only works for Android S+ devices.",
6092
+
"items": {
6093
+
"$ref": "SystemOnChip"
6094
+
},
6095
+
"type": "array"
6089
6096
}
6090
6097
},
6091
6098
"type": "object"
@@ -9131,6 +9138,21 @@ false
9131
9138
"properties": {},
9132
9139
"type": "object"
9133
9140
},
9141
+
"SystemOnChip": {
9142
+
"description": "Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.",
9143
+
"id": "SystemOnChip",
9144
+
"properties": {
9145
+
"manufacturer": {
9146
+
"description": "Required. The designer of the SoC, eg. \"Google\" Value of build property \"ro.soc.manufacturer\" https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required.",
9147
+
"type": "string"
9148
+
},
9149
+
"model": {
9150
+
"description": "Required. The model of the SoC, eg. \"Tensor\" Value of build property \"ro.soc.model\" https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.",
9151
+
"type": "string"
9152
+
}
9153
+
},
9154
+
"type": "object"
9155
+
},
9134
9156
"Targeting": {
9135
9157
"description": "Targeting details for a recovery action such as regions, android sdk levels, app versions etc.",
0 commit comments