diff options
author | Quddus Chong <quddusc@google.com> | 2015-04-24 16:28:40 -0700 |
---|---|---|
committer | Quddus Chong <quddusc@google.com> | 2015-04-24 16:29:28 -0700 |
commit | bbe5effb6682b4ba5e6accd9a226ec7611fe83dc (patch) | |
tree | 1961ab84aa9f9fe5bf910c2eb61c29312a30aabb /docs | |
parent | 9774e8ab0890d694840c883f309916a444b3ee54 (diff) | |
download | frameworks_base-bbe5effb6682b4ba5e6accd9a226ec7611fe83dc.zip frameworks_base-bbe5effb6682b4ba5e6accd9a226ec7611fe83dc.tar.gz frameworks_base-bbe5effb6682b4ba5e6accd9a226ec7611fe83dc.tar.bz2 |
docs: Fixed typo in 'Authorizing with Google for REST APIs' doc.
bug: 18025533
Change-Id: I6379b2a7be495a506e0e428fe9c68fdbe197704b
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/google/auth/http-auth.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/google/auth/http-auth.jd b/docs/html/google/auth/http-auth.jd index 804ba12..7d34d89 100644 --- a/docs/html/google/auth/http-auth.jd +++ b/docs/html/google/auth/http-auth.jd @@ -95,7 +95,7 @@ keytool -exportcert -alias <keystore_alias> -keystore <keystore_path> -lis </pre> <p>For example, you're using a debug-key with Eclipse, then the command looks like this:</p> <pre class="no-pretty-print"> -keytool -exportcert -alias androiddebugkey-keystore ~/.android/debug.keystore -list -v +keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v </pre> <p>Then the keystore password is "android".</p> </li> |