次の方法で共有


DeviceAdminReceiver.BugreportFailureFileNoLongerAvailable フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.Admin.BugReportFailureReason enum directly instead of this field.

Bugreport は作成されましたが、コレクションでは使用できなくなりました。

[Android.Runtime.Register("BUGREPORT_FAILURE_FILE_NO_LONGER_AVAILABLE", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.BugReportFailureReason enum directly instead of this field.", true)]
public const Android.App.Admin.BugReportFailureReason BugreportFailureFileNoLongerAvailable = 1;
[<Android.Runtime.Register("BUGREPORT_FAILURE_FILE_NO_LONGER_AVAILABLE", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.BugReportFailureReason enum directly instead of this field.", true)>]
val mutable BugreportFailureFileNoLongerAvailable : Android.App.Admin.BugReportFailureReason

フィールド値

Value = 1
属性

注釈

Bugreport は作成されましたが、コレクションでは使用できなくなりました。

このエラーは、デバイスのユーザーがバグレポートの作成後に長い間共有することに同意していないために発生する可能性があります。

このエラー コードを受信した場合は、bugreport の要求を再試行できます。

android.app.admin.DeviceAdminReceiver.BUGREPORT_FAILURE_FILE_NO_LONGER_AVAILABLEJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象