RecoveryStatus
枚举 |
RECOVERY_STATUS_UNSPECIFIED |
RecoveryStatus 未指定。 |
RECOVERY_STATUS_ACTIVE |
应用恢复操作创建后尚未取消。 |
RECOVERY_STATUS_CANCELED |
恢复操作已取消。此操作无法恢复。 |
RECOVERY_STATUS_DRAFT |
恢复操作处于草稿状态,尚未部署给用户。 |
RECOVERY_STATUS_GENERATION_IN_PROGRESS |
该恢复操作会生成恢复 APK。 |
RECOVERY_STATUS_GENERATION_FAILED |
未能生成应用恢复操作。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["The recovery action status indicates the current state of an app's recovery process, such as active, canceled, draft, or in progress."],["A recovery action can be in a draft state, actively deployed, canceled, or generating recovery APKs, which are used to restore the app to a previous state."],["If the recovery action is canceled, it cannot be resumed, indicating a permanent stoppage of the recovery process."],["Recovery actions are designed to help users restore their apps to a working state after data loss or corruption, utilizing recovery APKs for the restoration process."],["The status `RECOVERY_STATUS_GENERATION_IN_PROGRESS` indicates that the system is actively creating recovery APKs, while `RECOVERY_STATUS_GENERATION_FAILED` signifies a failure in this creation process."]]],[]]