Adding more detail

This commit is contained in:
Jonathan Carter
2015-12-10 18:23:22 -08:00
parent f15bce41ca
commit a9b79f370e

View File

@@ -139,7 +139,7 @@ After installing the plugin and syncing your Android Studio project with Gradle,
import com.microsoft.codepush.react.CodePush;
// 2. Optional: extend FragmentActivity if you intend to show a dialog prompting users about updates.
// If you do this, make sure to also add `import android.support.v4.app.FragmentActivity` to the file.
// If you do this, make sure to also add "import android.support.v4.app.FragmentActivity" below #1.
public class MainActivity extends FragmentActivity implements DefaultHardwareBackBtnHandler {
...