We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9ed3d commit 5043f0bCopy full SHA for 5043f0b
1 file changed
README.md
@@ -10,10 +10,9 @@ Start the logging service:
10
this.stopService(intent);
11
ContextCompat.startForegroundService(this, intent);
12
13
- ## note:
14
- don't forget to grant "Draw over other apps" permission. (look into sample project "MainActivity.java")
+<b>Note:</b> don't forget to grant "Draw over other apps" permission. (look into sample project <b>"MainActivity.java"</b>)
15
16
17
-Finally use SRLog.java instead of android Log class:
+Finally use <b>SRLog.java</b> instead of android Log class:
18
19
SRLog.d(TAG, "Message");
0 commit comments