Merge "Fixes 'capture more' on Settings home page" into main

This commit is contained in:
Mark Renouf
2025-03-19 13:05:46 -07:00
committed by Android (Google) Code Review
2 changed files with 20 additions and 0 deletions

View File

@@ -80,3 +80,13 @@ flag {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "extended_screenshots_exclude_nested_scrollables"
namespace: "systemui"
description: "Sets a flag on the main scrollable container to exclude any nested scrollable views as potential targets for extended screenshots."
bug: "399810823"
metadata {
purpose: PURPOSE_BUGFIX
}
}