diff --git a/README.md b/README.md index 053c48c20d2993dde23a03a8ed7e57643f9e9312..ef963a0269da002ff1397bb6edc11f62d757795c 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ To allow android to respond to `click_action`, you need to define Activities and ``` and pass intent into package, change MainActivity.java ```java +import android.content.Intent; <--add this line next to the other imports + @Override <--add this line protected void onNewIntent(Intent intent){ <--add this line setIntent(intent); <--add this line to update intent on notification click