Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
ExternallyHostedApkUsesPermission |
ExternallyHostedApkUsesPermission.clone() |
ExternallyHostedApkUsesPermission |
ExternallyHostedApkUsesPermission.set(String fieldName,
Object value) |
ExternallyHostedApkUsesPermission |
ExternallyHostedApkUsesPermission.setMaxSdkVersion(Integer maxSdkVersion)
Optionally, the maximum SDK version for which the permission is required.
|
ExternallyHostedApkUsesPermission |
ExternallyHostedApkUsesPermission.setName(String name)
The name of the permission requested.
|
Modifier and Type | Method and Description |
---|---|
List<ExternallyHostedApkUsesPermission> |
ExternallyHostedApk.getUsesPermissions()
The permissions requested by this APK.
|
Modifier and Type | Method and Description |
---|---|
ExternallyHostedApk |
ExternallyHostedApk.setUsesPermissions(List<ExternallyHostedApkUsesPermission> usesPermissions)
The permissions requested by this APK.
|
Copyright © 2011–2020 Google. All rights reserved.