Bruno Leroux
|
dcdf72a670
|
[flutter_tools] - Add queries section to Android manifest file (#137207)
## Description
This PR adds a new section to the Android manifest file.
This section is required for https://github.com/flutter/engine/pull/44579 (because it uses `PackageManager.queryIntentActivities` API ), see:
1. https://developer.android.com/training/package-visibility?hl=en
2. https://developer.android.com/reference/android/content/Intent#ACTION_PROCESS_TEXT
3. https://developer.android.com/reference/android/content/pm/PackageManager?hl=en#queryIntentActivities(android.content.Intent,%20android.content.pm.PackageManager.ResolveInfoFlags)
## Related Issue
Android manifest update for https://github.com/flutter/flutter/issues/107603
## Tests
This PR updates the integration tests and examples Android manifest files, this will help catch error or warning related to this change.
|
2023-11-16 08:57:20 +00:00 |
|
Camille Simon
|
b42879a94e
|
[Android] Deletes deprecated splash screen meta-data element (#130744)
Deletes deprecated splash screen meta-data element.
This is no longer needed to present a splash screen in a Flutter application, but will be removed soon. See [go/flutter-splash-screen-migration](http://go/flutter-splash-screen-migration) for more information.
Part of https://github.com/flutter/flutter/issues/105173.
|
2023-07-18 18:38:12 +00:00 |
|
Bartek Pacia
|
b915f68d7a
|
Fix warning in flutter created project ("package attribute is deprecated" in AndroidManifest) (#123426)
Fix warning in `flutter create`d project ("package attribute is deprecated" in AndroidManifest)
|
2023-03-29 04:21:03 +00:00 |
|
Gary Qian
|
02b1146cff
|
Reland "Exit on deprecated v1 embedding when trying to run or build" (#92901) (#93566)
|
2021-11-12 15:52:32 -08:00 |
|
Gary Qian
|
42d4bcb9eb
|
Migrate test to moved FlutterPlayStoreSplitApplication (#92593)
|
2021-11-01 14:43:22 -07:00 |
|
Gary Qian
|
94999f708b
|
Set exported to true to allow external adb to start app for CI (#92118)
|
2021-10-19 15:13:04 -07:00 |
|
Gary Qian
|
fa4d57a00b
|
Add android:exported property to support API 31 for deferred components test (#92066)
|
2021-10-19 07:50:34 -07:00 |
|
Gary Qian
|
a562b3cb3d
|
Deferred components integration test app (#88030)
|
2021-08-16 15:32:05 -07:00 |
|