Commit b53e226f authored by Libin Lu's avatar Libin Lu

Merge pull request #12 from yleflour/patch-1

Update README
parents e1a21162 9a076583
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment