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 |
|
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 |
|
Camille Simon
|
70f6bed9ee
|
Fix spell_check_test (#110814)
|
2022-09-08 21:24:12 +00:00 |
|
Camille Simon
|
c06e365a64
|
Move spell_check integration test xml declaration (#110612)
|
2022-08-31 20:12:55 +00:00 |
|
Camille Simon
|
7db25c36ad
|
Re-land Add Spell Check to EditableText (#109643)
|
2022-08-17 16:16:02 +00:00 |
|
Jonah Williams
|
0ba88d8b43
|
Revert "Add Spellcheck to EditableText (Android) (#109334)" (#109631)
This reverts commit ff9fe35682e10d1067d918770048d28a1f462e0f.
|
2022-08-16 14:30:03 -07:00 |
|
Camille Simon
|
ff9fe35682
|
Add Spellcheck to EditableText (Android) (#109334)
|
2022-08-16 18:22:45 +00:00 |
|