You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[video_player] Remove package in example AndroidManifest.xml file (#10245)
discovered while investigating [#176575](flutter/flutter#176575)
opening the `example/android` folder in android studio , this warning appears `along others` :
```logs
> Task :app:processDebugMainManifest
package="io.flutter.plugins.videoplayerexample" found in source AndroidManifest.xml: video_player\video_player\example\android\app\src\main\AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="io.flutter.plugins.videoplayerexample" from the source AndroidManifest.xml: video_player\video_player\example\android\app\src\main\AndroidManifest.xml.
```
## Pre-Review Checklist
**Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.
[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
0 commit comments