docs/receiver.md in headdesk-0.9.0 vs docs/receiver.md in headdesk-0.10.0
- old
+ new
@@ -24,5 +24,8 @@
}
```
## Reason
Frequently, during app updates, build settings will change, or an SDK will be removed but the `<receiver>` inside of the `AndroidManifest.xml` will not get updated or removed. This causes the app to crash.
+
+## Resolution
+Remove the `<receiver>` blocks which are missing implementations, or add the libraries which provide the implementations.