Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@blasten
Copy link

@blasten blasten commented Sep 13, 2021

Fixes flutter/flutter#88767

We cannot safely rely on this API since there's no test in Android prior to Q.

// permissions in some Android versions.
// * rFD behavior isn't tested on pre-Q versions.
// See https://github.com/flutter/flutter/issues/46172, and
// https://github.com/flutter/flutter/issues/88767.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: consider adding that there are vendor-specific bugs.

How confident are we that this API works on all vendors after Q?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only know that a CTS test was added. Vendors should be running these tests, but we don't really know.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

Copy link
Contributor

@dnfield dnfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with nit.

I am wondering if we know for sure that the Android team's coverage of reportFullyDrawn is good enough to trust it on all vendors after Q.

@blasten
Copy link
Author

blasten commented Sep 13, 2021

I am wondering if we know for sure that the Android team's coverage of reportFullyDrawn is good enough to trust it on all vendors after Q.

Android uses CTS for this.

@blasten blasten merged commit 3dce983 into flutter:master Sep 13, 2021
@blasten blasten deleted the fix_exception_rFD branch September 13, 2021 22:31
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 15, 2021
christopherfujino added a commit that referenced this pull request Sep 16, 2021
* 'Update Dart SDK to 3300f32'
* Don't use rFD in pre-Q versions (#28593)
* updated 3rd party license golden
* hard-code Build.VERSION_CODE.S
* renew cirrus key (#28584)

Co-authored-by: Emmanuel Garcia <[email protected]>
Co-authored-by: Christopher Fujino <[email protected]>
Co-authored-by: keyonghan <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

java.lang.SecurityException: Permission Denial crash at launch

2 participants