From 992779fe278bdfc784adc6a6b7e62c73fde8757d Mon Sep 17 00:00:00 2001 From: Michael Bui <25263378+MaikuB@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:58:44 +1000 Subject: [PATCH] [flutter_appauth] specify theme for RedirectUriReceiverActivity (#522) * specify theme for RedirectUriReceiverActivity * updated changelog entry --- flutter_appauth/android/src/main/AndroidManifest.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/flutter_appauth/android/src/main/AndroidManifest.xml b/flutter_appauth/android/src/main/AndroidManifest.xml index 6c3fa0aa..61d40f43 100644 --- a/flutter_appauth/android/src/main/AndroidManifest.xml +++ b/flutter_appauth/android/src/main/AndroidManifest.xml @@ -1,3 +1,9 @@ + package="io.crossingthestreams.flutterappauth" + xmlns:tools="http://schemas.android.com/tools"> + + +