Skip to content

Commit 8a13e52

Browse files
authored
[Impeller] Clarify where to put the metadata in the manifest. (flutter#54814)
I made the mistake of putting it under the activity tag and was surprised it didn't hold.
1 parent 09365fe commit 8a13e52

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

impeller/docs/android_validation_layers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ flutter/tools/gn \
1717
```
1818

1919
Then adding the following field to the
20-
`android/app/src/main/AndroidManifest.xml` will turn them on:
20+
`android/app/src/main/AndroidManifest.xml` under the `<application>` tag will turn
21+
them on:
2122

2223
```xml
2324
<meta-data

0 commit comments

Comments
 (0)