diff options
| author | 2024-12-05 18:18:51 +0000 | |
|---|---|---|
| committer | 2024-12-05 18:18:51 +0000 | |
| commit | 2c5fbca66da1a87c00a49b309c938741afa2aa7e (patch) | |
| tree | b1ad38d14147203d0578a65a22d70ebaf2be7f76 | |
| parent | fc5ccc5ee25d32e1fe331462e275032ea47a5b5d (diff) | |
Remove the backup tasks settings intent flag.
The changes associated with this flag were never launched and the flag
is now in an abandonded state - remove it.
Bug: 382295619
Test: builds
Flag: EXEMPT removing android.provider.backup_tasks_settings_screen
Change-Id: I4858154aea75a31edbe4a60d98c05f965b8467cd
| -rw-r--r-- | core/java/android/provider/flags.aconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/provider/flags.aconfig b/core/java/android/provider/flags.aconfig index fff53637485b..a80be531239b 100644 --- a/core/java/android/provider/flags.aconfig +++ b/core/java/android/provider/flags.aconfig @@ -24,14 +24,6 @@ flag { bug: "290696572" } -flag { - name: "backup_tasks_settings_screen" - is_exported: true - namespace: "backstage_power" - description: "Add a new settings page for the RUN_BACKUP_JOBS permission." - bug: "320563660" -} - # OWNER = tgunn TARGET=25Q1 flag { name: "allow_config_maximum_call_log_entries_per_sim" |