From c56e52be07108ef959dfcd992f603a6bcef57e87 Mon Sep 17 00:00:00 2001 From: Matt Boetger Date: Wed, 8 Oct 2025 09:28:01 -0700 Subject: [PATCH] Remove unnecessary location permission (#176672) This example does not use location services or requests location information. ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [X] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [X] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [X] I updated/added relevant documentation (doc comments with `///`). - [X] I added new tests to check the change I am making, or this PR is [test-exempt]. - [X] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [X] All existing and new tests are passing. --- .../platform_channel/android/app/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/platform_channel/android/app/src/main/AndroidManifest.xml b/examples/platform_channel/android/app/src/main/AndroidManifest.xml index 1cd6e5f64ca..f00a2bf1995 100644 --- a/examples/platform_channel/android/app/src/main/AndroidManifest.xml +++ b/examples/platform_channel/android/app/src/main/AndroidManifest.xml @@ -9,7 +9,6 @@ found in the LICENSE file. --> to allow setting breakpoints, to provide hot reload, etc. --> -