PackageStats.ExternalCodeSize Property

Definition

Size of the secure container on external storage holding the application's code.

[Android.Runtime.Register("externalCodeSize")]
public long ExternalCodeSize { get; set; }
[<Android.Runtime.Register("externalCodeSize")>]
member this.ExternalCodeSize : int64 with get, set

Property Value

Attributes

Remarks

Size of the secure container on external storage holding the application's code.

Java documentation for android.content.pm.PackageStats.externalCodeSize.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to