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:
Chase Roberts 2020-05-13 07:04:22 -06:00 committed by GitHub
parent 0335e1c37a
commit 5c2d28e9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: