diff options
| author | 2024-05-30 23:39:26 +0000 | |
|---|---|---|
| committer | 2024-05-30 23:39:26 +0000 | |
| commit | 0c4035a00f4212c9817a83ecbc3ee97b75d3e767 (patch) | |
| tree | d37d500bd97efd2a3bb9d6de79090c7e9a6bccad | |
| parent | 665e1fe6fe9416fe9680e763103ebb102201078b (diff) | |
| parent | 5b3399c66b45afce3f73015db596a759ccc511af (diff) | |
Merge "Flag for supporting resume widget restore after reboot" into main
| -rw-r--r-- | core/java/android/appwidget/flags.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/appwidget/flags.aconfig b/core/java/android/appwidget/flags.aconfig index 374be6fd2272..18cfca686107 100644 --- a/core/java/android/appwidget/flags.aconfig +++ b/core/java/android/appwidget/flags.aconfig @@ -40,3 +40,13 @@ flag { description: "Throttle the widget view updates to mitigate transaction exceptions" bug: "326145514" } + +flag { + name: "support_resume_restore_after_reboot" + namespace: "app_widgets" + description: "Enable support for resume restore widget after reboot by persisting intermediate states to disk" + bug: "336976070" + metadata { + purpose: PURPOSE_BUGFIX + } +} |