Skip to content

Commit

Permalink
feat(testing): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent a7ecc3b commit c54c68a
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 2 deletions.
16 changes: 16 additions & 0 deletions docs/dyn/testing_v1.applicationDetailService.html
Expand Up @@ -130,6 +130,22 @@ <h3>Method Details</h3>
],
&quot;minSdkVersion&quot;: 42, # Minimum API level required for the application to run.
&quot;packageName&quot;: &quot;A String&quot;, # Full Java-style package name for this application, e.g. &quot;com.example.foo&quot;.
&quot;services&quot;: [ # Services contained in the tag.
{ # The section of an tag. https://developer.android.com/guide/topics/manifest/service-element
&quot;intentFilter&quot;: [ # Intent filters in the service
{ # The section of an tag. https://developer.android.com/guide/topics/manifest/intent-filter-element.html
&quot;actionNames&quot;: [ # The android:name value of the tag.
&quot;A String&quot;,
],
&quot;categoryNames&quot;: [ # The android:name value of the tag.
&quot;A String&quot;,
],
&quot;mimeType&quot;: &quot;A String&quot;, # The android:mimeType value of the tag.
},
],
&quot;name&quot;: &quot;A String&quot;, # The android:name value
},
],
&quot;targetSdkVersion&quot;: 42, # Specifies the API Level on which the application is designed to run.
&quot;usesFeature&quot;: [ # Feature usage tags defined in the manifest.
{ # A tag within a manifest. https://developer.android.com/guide/topics/manifest/uses-feature-element.html
Expand Down

0 comments on commit c54c68a

Please sign in to comment.