chore: update docs/dyn (#1106)
diff --git a/docs/dyn/testing_v1.applicationDetailService.html b/docs/dyn/testing_v1.applicationDetailService.html
index a9c3364..cdf897a 100644
--- a/docs/dyn/testing_v1.applicationDetailService.html
+++ b/docs/dyn/testing_v1.applicationDetailService.html
@@ -109,6 +109,9 @@
{ # Response containing the details of the specified Android application APK.
"apkDetail": { # Android application details based on application manifest and apk archive contents. # Details of the Android APK.
"apkManifest": { # An Android app manifest. See http://developer.android.com/guide/topics/manifest/manifest-intro.html
+ "applicationLabel": "A String", # User-readable name for the application.
+ "targetSdkVersion": 42, # Specifies the API Level on which the application is designed to run.
+ "packageName": "A String", # Full Java-style package name for this application, e.g. "com.example.foo".
"intentFilters": [
{ # The section of an tag. https://developer.android.com/guide/topics/manifest/intent-filter-element.html
"mimeType": "A String", # The android:mimeType value of the tag.
@@ -120,11 +123,8 @@
],
},
],
- "maxSdkVersion": 42, # Maximum API level on which the application is designed to run.
- "packageName": "A String", # Full Java-style package name for this application, e.g. "com.example.foo".
- "applicationLabel": "A String", # User-readable name for the application.
"minSdkVersion": 42, # Minimum API level required for the application to run.
- "targetSdkVersion": 42, # Specifies the API Level on which the application is designed to run.
+ "maxSdkVersion": 42, # Maximum API level on which the application is designed to run.
},
},
}</pre>