Skip to content

Commit

Permalink
Add a deprecation note to FlutterFragmentActivity (flutter#18865)
Browse files Browse the repository at this point in the history
  • Loading branch information
xster authored Jun 8, 2020
1 parent 5141be4 commit df1f543
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@
import io.flutter.view.FlutterView;

/**
* Base class for activities that use Flutter who also require the use of the Android v4 Support
* library's {@link FragmentActivity}. Applications that don't have this need will likely want to
* use {@link FlutterActivity} instead.
* Deprecated class for activities that use Flutter who also require the use of the Android v4
* Support library's {@link FragmentActivity}.
*
* <p>Deprecation: this class is replaced by {@link
* io.flutter.embedding.android.FlutterFragmentActivity}.
*
* <p>Applications that don't have this need will likely want to use {@link FlutterActivity}
* instead.
*
* <p><strong>Important!</strong> Flutter does not bundle the necessary Android v4 Support library
* classes for this class to work at runtime. It is the responsibility of the app developer using
Expand Down

0 comments on commit df1f543

Please sign in to comment.