From dd93ae32a8d50147a95a270cc99f9474dbf9ee27 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Mon, 9 Sep 2013 10:36:37 -0700 Subject: [PATCH] Doc change: fix typo. Change-Id: Idd14111f1b62430560a11c5803a864f2bad5eff0 --- docs/html/training/id-auth/authenticate.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/training/id-auth/authenticate.jd b/docs/html/training/id-auth/authenticate.jd index 3084beac35a9c..65dbc3987bd3e 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"/>

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.