• T
    Create FlutterFragmentActivity (#3757) · 919f0ad0
    Todd Volkert 提交于
    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
    919f0ad0
BUILD.gn 4.7 KB