1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-01-01 02:40:52 +00:00

document that broadcast intents only work if Foreground Service is enabled

This commit is contained in:
Greg Alexander 2019-09-01 16:10:00 -04:00
parent 941d6c6153
commit 0f91ddc433

View File

@ -158,6 +158,9 @@ commandline tool <tt>am</tt>.</p>
app: <tt>org.galexander.sshd</tt><br>
category: <tt>android.intent.category.DEFAULT</tt> (optional).</p>
<p>Note that these intents will only work on phones with Android 8 (Oreo)
or later if <b>Settings</b> -> <b>Foreground Service</b> is enabled.</p>
<p>For example, to start sshd service under shell, you could run:
<pre>am broadcast -a org.galexander.sshd.START org.galexander.sshd</pre></p>