GoogleApi.Testing.V1.Model.ApkManifest (google_api_testing v0.26.1) View Source
An Android app manifest. See http://developer.android.com/guide/topics/manifest/manifest-intro.html
Attributes
-
applicationLabel(type:String.t, default:nil) - User-readable name for the application. -
intentFilters(type:list(GoogleApi.Testing.V1.Model.IntentFilter.t), default:nil) - -
maxSdkVersion(type:integer(), default:nil) - Maximum API level on which the application is designed to run. -
minSdkVersion(type:integer(), default:nil) - Minimum API level required for the application to run. -
packageName(type:String.t, default:nil) - Full Java-style package name for this application, e.g. "com.example.foo". -
targetSdkVersion(type:integer(), default:nil) - Specifies the API Level on which the application is designed to run. -
usesPermission(type:list(String.t), default:nil) - Permissions declared to be used by the application
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Testing.V1.Model.ApkManifest{
applicationLabel: String.t() | nil,
intentFilters: [GoogleApi.Testing.V1.Model.IntentFilter.t()] | nil,
maxSdkVersion: integer() | nil,
minSdkVersion: integer() | nil,
packageName: String.t() | nil,
targetSdkVersion: integer() | nil,
usesPermission: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.