mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This creates a `FlutterFragmentActivity` class that extends the Android v4 Support librray's `FragmentActivity` class. However, we intentionally do not bundle the support library with our engine, so apps that wish to use this class are responsible for including the support library .jar file in their runtime deps when creating the final app. flutter/flutter#10072