Doc change: fix typo.

Change-Id: Idd14111f1b62430560a11c5803a864f2bad5eff0
This commit is contained in:
Dirk Dougherty
2013-09-09 10:36:37 -07:00
parent 4ef51c3c42
commit dd93ae32a8

View File

@ -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>