Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Clebson Derivan committed Oct 30, 2017
1 parent 5d0ab94 commit 28a111f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ This project contains a sample application to demostrate how to use TR-069 and T
<img src="http://bzero.github.io/assets/images/Screenshot_2017-07-24-10-59-14.png" width="800" height="500"/>
</p>

This version opens a blank activity `AXACT` is started as service on application run.
This version opens a blank activity `AXACT` is started as service on application run and is configured to run as background service. in order to stop the service uses developer options to see running tasks:

<p align="center" >
<img src="http://bzero.github.io/assets/images/Screenshot_2017-07-12-10-04-26.png" width="800" height="500"/>
</p>

or call, fron any Activity:

```
stopService(new Intent(this, AxirosService.class));
```


## LIB proguard rules

Expand Down

0 comments on commit 28a111f

Please sign in to comment.