MbmsErrors.DownloadErrors.ErrorCannotChangeTempFileRoot Field

Definition

Indicates that the app is not allowed to change the temp file root at this time due to outstanding download requests.

[Android.Runtime.Register("ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT", ApiSince=28)]
public const int ErrorCannotChangeTempFileRoot = 401;
[<Android.Runtime.Register("ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT", ApiSince=28)>]
val mutable ErrorCannotChangeTempFileRoot : int

Field Value

Value = 401
Attributes

Remarks

Indicates that the app is not allowed to change the temp file root at this time due to outstanding download requests.

Java documentation for android.telephony.mbms.MbmsErrors.DownloadErrors.ERROR_CANNOT_CHANGE_TEMP_FILE_ROOT.

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