Commit 9a076583 authored by Yann Leflour's avatar Yann Leflour

Update README

MainActivity needs import of Intent
parent e1a21162
......@@ -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