From a9b79f370e6cc82181072fe777cd15e832625713 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Thu, 10 Dec 2015 18:23:22 -0800 Subject: [PATCH] Adding more detail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dd7afb..6f7e210 100644 --- a/README.md +++ b/README.md @@ -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 { ...