File tree Expand file tree Collapse file tree 2 files changed +31
-3
lines changed
googleapiclient/discovery_cache/documents Expand file tree Collapse file tree 2 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,15 @@ <h3>Method Details</h3>
154
154
"name": "A String", # The android:name value
155
155
},
156
156
],
157
- "usesPermission": [ # Permissions declared to be used by the application
157
+ "usesPermission": [
158
158
"A String",
159
159
],
160
+ "usesPermissionTags": [ # Permissions declared to be used by the application
161
+ { # The tag within a manifest. https://developer.android.com/guide/topics/manifest/uses-permission-element.html
162
+ "maxSdkVersion": 42, # The android:name value
163
+ "name": "A String", # The android:name value
164
+ },
165
+ ],
160
166
"versionCode": "A String", # Version number used internally by the app.
161
167
"versionName": "A String", # Version number shown to users.
162
168
},
Original file line number Diff line number Diff line change 449
449
}
450
450
}
451
451
},
452
- "revision" : " 20240917 " ,
452
+ "revision" : " 20241105 " ,
453
453
"rootUrl" : " https://testing.googleapis.com/" ,
454
454
"schemas" : {
455
455
"Account" : {
972
972
"type" : " array"
973
973
},
974
974
"usesPermission" : {
975
- "description" : " Permissions declared to be used by the application" ,
976
975
"items" : {
977
976
"type" : " string"
978
977
},
979
978
"type" : " array"
980
979
},
980
+ "usesPermissionTags" : {
981
+ "description" : " Permissions declared to be used by the application" ,
982
+ "items" : {
983
+ "$ref" : " UsesPermissionTag"
984
+ },
985
+ "type" : " array"
986
+ },
981
987
"versionCode" : {
982
988
"description" : " Version number used internally by the app." ,
983
989
"format" : " int64" ,
@@ -2819,6 +2825,22 @@ false
2819
2825
},
2820
2826
"type" : " object"
2821
2827
},
2828
+ "UsesPermissionTag" : {
2829
+ "description" : " The tag within a manifest. https://developer.android.com/guide/topics/manifest/uses-permission-element.html" ,
2830
+ "id" : " UsesPermissionTag" ,
2831
+ "properties" : {
2832
+ "maxSdkVersion" : {
2833
+ "description" : " The android:name value" ,
2834
+ "format" : " int32" ,
2835
+ "type" : " integer"
2836
+ },
2837
+ "name" : {
2838
+ "description" : " The android:name value" ,
2839
+ "type" : " string"
2840
+ }
2841
+ },
2842
+ "type" : " object"
2843
+ },
2822
2844
"XcodeVersion" : {
2823
2845
"description" : " An Xcode version that an iOS version is compatible with." ,
2824
2846
"id" : " XcodeVersion" ,
You can’t perform that action at this time.
0 commit comments