Skip to content

Commit c54c68a

Browse files
feat(testing): update the api
#### testing:v1 The following keys were added: - schemas.ApkManifest.properties.services (Total Keys: 2) - schemas.Service (Total Keys: 5) - schemas.Shard.properties.estimatedShardDuration (Total Keys: 3) - schemas.Shard.properties.numShards.readOnly (Total Keys: 1) - schemas.Shard.properties.shardIndex.readOnly (Total Keys: 1) - schemas.Shard.properties.testTargetsForShard.readOnly (Total Keys: 1) - schemas.ShardingOption.properties.smartSharding.$ref (Total Keys: 1) - schemas.SmartSharding (Total Keys: 4)
1 parent a7ecc3b commit c54c68a

File tree

3 files changed

+89
-2
lines changed

3 files changed

+89
-2
lines changed

docs/dyn/testing_v1.applicationDetailService.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,22 @@ <h3>Method Details</h3>
130130
],
131131
&quot;minSdkVersion&quot;: 42, # Minimum API level required for the application to run.
132132
&quot;packageName&quot;: &quot;A String&quot;, # Full Java-style package name for this application, e.g. &quot;com.example.foo&quot;.
133+
&quot;services&quot;: [ # Services contained in the tag.
134+
{ # The section of an tag. https://developer.android.com/guide/topics/manifest/service-element
135+
&quot;intentFilter&quot;: [ # Intent filters in the service
136+
{ # The section of an tag. https://developer.android.com/guide/topics/manifest/intent-filter-element.html
137+
&quot;actionNames&quot;: [ # The android:name value of the tag.
138+
&quot;A String&quot;,
139+
],
140+
&quot;categoryNames&quot;: [ # The android:name value of the tag.
141+
&quot;A String&quot;,
142+
],
143+
&quot;mimeType&quot;: &quot;A String&quot;, # The android:mimeType value of the tag.
144+
},
145+
],
146+
&quot;name&quot;: &quot;A String&quot;, # The android:name value
147+
},
148+
],
133149
&quot;targetSdkVersion&quot;: 42, # Specifies the API Level on which the application is designed to run.
134150
&quot;usesFeature&quot;: [ # Feature usage tags defined in the manifest.
135151
{ # A tag within a manifest. https://developer.android.com/guide/topics/manifest/uses-feature-element.html

0 commit comments

Comments
 (0)