diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-09-09 10:42:47 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-09 10:42:47 -0700 |
commit | b096bee155cc089144d59640494adba0b31d56ed (patch) | |
tree | 1d33b014ec8b07b675ffc44540d6c5457288eac3 /docs/html/training | |
parent | 50f864480d6e9cf9e4d83b4533e3764753b4d408 (diff) | |
parent | dd93ae32a8d50147a95a270cc99f9474dbf9ee27 (diff) | |
download | frameworks_base-b096bee155cc089144d59640494adba0b31d56ed.zip frameworks_base-b096bee155cc089144d59640494adba0b31d56ed.tar.gz frameworks_base-b096bee155cc089144d59640494adba0b31d56ed.tar.bz2 |
am dd93ae32: Doc change: fix typo.
* commit 'dd93ae32a8d50147a95a270cc99f9474dbf9ee27':
Doc change: fix typo.
Diffstat (limited to 'docs/html/training')
-rw-r--r-- | docs/html/training/id-auth/authenticate.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/id-auth/authenticate.jd b/docs/html/training/id-auth/authenticate.jd index 3084bea..65dbc39 100644 --- a/docs/html/training/id-auth/authenticate.jd +++ b/docs/html/training/id-auth/authenticate.jd @@ -79,7 +79,7 @@ a valid auth token from the Android Account Manager"/> <p>To get an auth token you first need to request the {@link android.Manifest.permission#ACCOUNT_MANAGER} -to yourmanifest file. To actually do anything useful with the +to your manifest file. To actually do anything useful with the token, you'll also need to add the {@link android.Manifest.permission#INTERNET} permission.</p> |