Skip to content

Commit 5043f0b

Browse files
Update README.md
1 parent fe9ed3d commit 5043f0b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ Start the logging service:
1010
this.stopService(intent);
1111
ContextCompat.startForegroundService(this, intent);
1212

13-
## note:
14-
don't forget to grant "Draw over other apps" permission. (look into sample project "MainActivity.java")
13+
<b>Note:</b> don't forget to grant "Draw over other apps" permission. (look into sample project <b>"MainActivity.java"</b>)
1514

1615

17-
Finally use SRLog.java instead of android Log class:
16+
Finally use <b>SRLog.java</b> instead of android Log class:
1817

1918
SRLog.d(TAG, "Message");

0 commit comments

Comments
 (0)