flutter/packages/flutter_tools/templates/module/android
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
..
deferred_component [Android] Support Android 34 (take 2) (#137967) 2023-11-09 22:40:15 +00:00
gradle [Android] Support Android 34 (take 2) (#137967) 2023-11-09 22:40:15 +00:00
host_app_common/app.tmpl [flutter_tools] - Add queries section to Android manifest file (#137207) 2023-11-16 08:57:20 +00:00
host_app_editable Make paths absolute in settings.gradle (#33228) 2019-05-23 23:32:11 -07:00
host_app_ephemeral Make paths absolute in settings.gradle (#33228) 2019-05-23 23:32:11 -07:00
library_new_embedding [Android] Support Android 34 (take 2) (#137967) 2023-11-09 22:40:15 +00:00