From acce51645cc4584adb7991448b0766bd48a693f8 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 27 Aug 2024 14:45:05 -0700 Subject: [PATCH] [Impeller] Clarify where to put the metadata in the manifest. I made the mistake of putting it under the activity tag and was surprised it didn't hold. --- impeller/docs/android_validation_layers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/impeller/docs/android_validation_layers.md b/impeller/docs/android_validation_layers.md index ae32076c686d8..b3406cc6f3f54 100644 --- a/impeller/docs/android_validation_layers.md +++ b/impeller/docs/android_validation_layers.md @@ -17,7 +17,8 @@ flutter/tools/gn \ ``` Then adding the following field to the -`android/app/src/main/AndroidManifest.xml` will turn them on: +`android/app/src/main/AndroidManifest.xml` under the `` tag will turn +them on: ```xml