Update android manifests to set exported:true on main activities in integration test for api 33 support#127892
Update android manifests to set exported:true on main activities in integration test for api 33 support#127892auto-submit[bot] merged 2 commits intoflutter:masterfrom reidbaker:i127682-update-manifests-for-api-33
Conversation
…ntegration test for api 33 support
zanderso
left a comment
There was a problem hiding this comment.
lgtm
I missing a bunch of context, but If this flag is backwards compatible, would it make sense to eagerly set it everywhere instead of only in the tests that have failed so far?
I believe that is what I did. All the other android manifest files either didnt have an activity or were already exported.
If you think I missed something let me know. |
|
This got updated in the template at some point but no one went back through all the androidManifest files in the repo to add it. |
…ies in integration test for api 33 support (flutter/flutter#127892)
…ies in integration test for api 33 support (flutter/flutter#127892)
…ies in integration test for api 33 support (flutter/flutter#127892)
…ies in integration test for api 33 support (flutter/flutter#127892)
…ies in integration test for api 33 support (flutter/flutter#127892)
Update android manifests to set exported:true on main activities in integration test for api 33 support
#127689
#127884 is resolved by https://flutter-review.googlesource.com/c/recipes/+/45181 but this pr is required to reland.
Pre-launch Checklist
///).