From 066ed616fb8ba8db65e92dd338920fcc0a58f3a7 Mon Sep 17 00:00:00 2001 From: Mohellebi Abdessalem <116356835+AbdeMohlbi@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:51:33 +0100 Subject: [PATCH] Update docs/platforms/android/Upgrading-pre-1.12-Android-projects.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- docs/platforms/android/Upgrading-pre-1.12-Android-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/android/Upgrading-pre-1.12-Android-projects.md b/docs/platforms/android/Upgrading-pre-1.12-Android-projects.md index faeeb6b979d..b11abf005d9 100644 --- a/docs/platforms/android/Upgrading-pre-1.12-Android-projects.md +++ b/docs/platforms/android/Upgrading-pre-1.12-Android-projects.md @@ -2,7 +2,7 @@ _If you `flutter create`d your project prior to version 1.12, this may apply to # Background -In order to better support the execution environments of adding Flutter to an existing project, the old Android platform-side wrappers hosting the Flutter runtime at [`io.flutter.app.FlutterActivity`](https://github.com/flutter/engine/blob/main/shell/platform/android/io/flutter/app/FlutterActivity.java) and their associated classes are now deprecated. New wrappers at [`io.flutter.embedding.android.FlutterActivity`](https://github.com/flutter/flutter/blob/master/engine/src/flutter/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java) and associated classes now replace them. +In order to better support the execution environments of adding Flutter to an existing project, the old Android platform-side wrappers hosting the Flutter runtime at [`io.flutter.app.FlutterActivity`](https://github.com/flutter/engine/blob/main/shell/platform/android/io/flutter/app/FlutterActivity.java) and their associated classes are now deprecated. New wrappers at [`io.flutter.embedding.android.FlutterActivity`](https://github.com/flutter/flutter/blob/main/engine/src/flutter/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java) and associated classes now replace them. Those classes better support real world scenarios where the FlutterActivity isn't the first and only Android Activity in an application.