diff --git a/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java b/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java index 4bdbc9e73546a..f054fb28587d0 100644 --- a/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java +++ b/shell/platform/android/io/flutter/embedding/android/FlutterActivity.java @@ -186,8 +186,8 @@ * windowBackground} as the launch theme discussed previously. To use that splash screen, include * the following metadata in AndroidManifest.xml for this {@code FlutterActivity}: * - *
{@code
{@code
Alternative Activity {@link FlutterFragmentActivity} is also available, which * is similar to {@code FlutterActivity} but it extends {@code FragmentActivity}. You should use