mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove un-needed FragmentActivity import statements to facilitate proguard. (#11902)
This commit is contained in:
parent
3fb910a9b0
commit
ef2a452124
@ -7,14 +7,14 @@ package io.flutter.embedding.android;
|
||||
import android.app.Activity;
|
||||
import android.arch.lifecycle.Lifecycle;
|
||||
import android.support.annotation.NonNull;
|
||||
import android.support.v4.app.FragmentActivity;
|
||||
|
||||
import io.flutter.embedding.engine.FlutterEngine;
|
||||
|
||||
/**
|
||||
* Configures a {@link FlutterEngine} after it is created, e.g., adds plugins.
|
||||
* <p>
|
||||
* This interface may be applied to a {@link FragmentActivity} that owns a {@code FlutterFragment}.
|
||||
* This interface may be applied to a {@link android.support.v4.app.FragmentActivity} that owns a
|
||||
* {@code FlutterFragment}.
|
||||
*/
|
||||
public interface FlutterEngineConfigurator {
|
||||
/**
|
||||
|
||||
@ -7,7 +7,6 @@ package io.flutter.embedding.android;
|
||||
import android.content.Context;
|
||||
import android.support.annotation.NonNull;
|
||||
import android.support.annotation.Nullable;
|
||||
import android.support.v4.app.FragmentActivity;
|
||||
|
||||
import io.flutter.embedding.engine.FlutterEngine;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user