Fixing copy/paste error in README (#178)
The readme has "Remember to add your service to AndroidManifest.xml" twice. The second time, it should say "Remember to add your *activity* to AndroidManifest.xml"
This commit is contained in:
parent
0335e1c37a
commit
5c2d28e9db
|
@ -168,7 +168,7 @@ public class NotificationActivity extends Activity {
|
|||
}
|
||||
```
|
||||
|
||||
Remember to add your service to the *AndroidManifest.xml*.
|
||||
Remember to add your activity to the *AndroidManifest.xml*.
|
||||
|
||||
Start the DFU service with the following code:
|
||||
|
||||
|
|
Loading…
Reference in New Issue