We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e4e2f commit c783c05Copy full SHA for c783c05
1 file changed
README.md
@@ -16,7 +16,7 @@ Start the logging service:
16
this.stopService(intent);
17
ContextCompat.startForegroundService(this, intent);
18
19
-<b>Note:</b> don't forget to grant "Draw over other apps" permission. (look into sample project <b>"MainActivity.java"</b>)
+<b>Note:</b> don't forget to grant <b>"Draw over other apps"</b> permission.
20
21
22
Finally use <b>SRLog.java</b> instead of android Log class:
0 commit comments