diff --git a/geolocator/CHANGELOG.md b/geolocator/CHANGELOG.md
index 370f9fdc1..15e19285f 100644
--- a/geolocator/CHANGELOG.md
+++ b/geolocator/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 14.1.0
+
+- Adds updatePositionStream API for changing parameters while a position stream is running.
+
## 14.0.2
- Adds section about `UIBackgroundModes` to the README.
diff --git a/geolocator/example/android/app/src/main/AndroidManifest.xml b/geolocator/example/android/app/src/main/AndroidManifest.xml
index d7287cbee..86514cf3c 100644
--- a/geolocator/example/android/app/src/main/AndroidManifest.xml
+++ b/geolocator/example/android/app/src/main/AndroidManifest.xml
@@ -8,7 +8,10 @@
+
+
+
+ android:name="io.flutter.embedding.android.NormalTheme"
+ android:resource="@style/NormalTheme"
+ />
+ android:name="io.flutter.embedding.android.SplashScreenDrawable"
+ android:resource="@drawable/launch_background"
+ />
-
-
+
+