summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2013-10-10 16:34:40 -0700
committerDirk Dougherty <ddougherty@google.com>2013-10-10 16:34:40 -0700
commit3f848899f4856252e70c28a805a8d364c033d2aa (patch)
treef6c4f1a72cef27c729ab54f03f5e836a90ec5b4c /docs/html/training
parent4c9ed63cc66c5558e3b0330b17df92e99290eaf7 (diff)
downloadframeworks_base-3f848899f4856252e70c28a805a8d364c033d2aa.zip
frameworks_base-3f848899f4856252e70c28a805a8d364c033d2aa.tar.gz
frameworks_base-3f848899f4856252e70c28a805a8d364c033d2aa.tar.bz2
Doc change: add tablet success story and fix a few issues.
Change-Id: Ifdc494270d200604b9a228601b5ead0e8b2c4e3f
Diffstat (limited to 'docs/html/training')
-rw-r--r--docs/html/training/articles/security-tips.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/articles/security-tips.jd b/docs/html/training/articles/security-tips.jd
index 1ac56b9..54aebac 100644
--- a/docs/html/training/articles/security-tips.jd
+++ b/docs/html/training/articles/security-tips.jd
@@ -553,7 +553,7 @@ android.content.Context#sendOrderedBroadcast sendOrderedBroadcast()},
or an explicit intent to a specific application component.</p>
<p>Note that ordered broadcasts can be “consumed” by a recipient, so they
-may not be delivered to all applications. If you are sending an intent that muse be delivered
+may not be delivered to all applications. If you are sending an intent that must be delivered
to a specific receiver, then you must use an explicit intent that declares the receiver
by nameintent.</p>