diff options
Diffstat (limited to 'flags.aconfig')
-rw-r--r-- | flags.aconfig | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/flags.aconfig b/flags.aconfig index 165253b1e..21fc9567c 100644 --- a/flags.aconfig +++ b/flags.aconfig @@ -17,31 +17,35 @@ flag { } flag { - name: "zip_ng" + name: "zip_ng_ro" namespace: "documentsui" description: "Enables the next generation ZIP functionality." bug: "382550591" + is_fixed_read_only: true } flag { - name: "desktop_file_handling" + name: "desktop_file_handling_ro" namespace: "documentsui" description: "Enables desktop file handling." bug: "381778967" + is_fixed_read_only: true } flag { - name: "visual_signals" + name: "visual_signals_ro" namespace: "documentsui" description: "Enables in-app progress display of file operations" bug: "378011512" + is_fixed_read_only: true } flag { - name: "hide_roots_on_desktop" + name: "hide_roots_on_desktop_ro" namespace: "documentsui" description: "Enables the hiding of the Images/Videos/Audio/Documents roots on desktop." bug: "381959330" + is_fixed_read_only: true } flag { @@ -53,8 +57,9 @@ flag { } flag { - name: "use_peek_preview" + name: "use_peek_preview_ro" namespace: "documentsui" description: "Enables the Peek previewing capability as a substitute for the Inspector." bug: "373242058" + is_fixed_read_only: true } |