Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8a13e52

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)