PackageStats.ExternalCacheSize Property

Definition

Size of the external cache used by the application (i.

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

Property Value

Attributes

Remarks

Size of the external cache used by the application (i.e., on the SD card). If this is a subdirectory of the data directory, this size will be subtracted out of the external data size.

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

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