File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Breadcast.init(context);
4848``` java
4949class MyClass { // extends ...
5050 MyClass () {
51- Breadcast . register(this ); // only required for non-static methods
51+ Breadcast . register(this ); // required for non-static methods
5252 }
5353
5454 @Receive (action = Intent . ACTION_SCREEN_OFF )
@@ -71,7 +71,7 @@ onCustomAsync() { ... } // asynchronous
7171static withoutRegister() { ... } // static - called regardless of registration
7272```
7373
74- #### To register Breadcast implicit via manifest, use _ ManifestBreadcast_
74+ #### To register Breadcast via manifest (implicit/static) , use _ ManifestBreadcast_
7575``` xml
7676<receiver android : name =" io.dreiklang.breadcast.base.statics.ManifestBreadcast" >
7777 <intent-filter >
You can’t perform that action at this time.
0 commit comments