-
Notifications
You must be signed in to change notification settings - Fork 29.4k
Closed
Labels
cp: approvedApproved cherry-pick requestApproved cherry-pick requestcp: reviewCherry-picks in the review queueCherry-picks in the review queue
Description
Issue Link
Target
stable
Cherry pick PR Link
Changelog Description
- Disable Android HardwareBuffer based swapchains on all devices.
Impacted Users
Android Impeller
Impact Description
- Android HardwareBuffer swapchains were non functional for a larger than expected number of physical devices.
Workaround
Add the following line to AndroidManifest:
<meta-data
android:name="io.flutter.embedding.android.DisableSurfaceControl"
android:value="true" />
Risk
low
Test Coverage
yes
Validation Steps
Both swapchains are tested on CI, this is a pure delete
Metadata
Metadata
Assignees
Labels
cp: approvedApproved cherry-pick requestApproved cherry-pick requestcp: reviewCherry-picks in the review queueCherry-picks in the review queue