diff options
| author | Quddus Chong <quddusc@google.com> | 2015-04-24 23:43:49 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-24 23:43:49 +0000 |
| commit | 6c52d51c65613beb23ea135e8a8374f6c2dc1bf8 (patch) | |
| tree | c972a771276cebab0f9e0fd74fab28bdbb9ef4de | |
| parent | cc9c597dad6d99242ed2903d8760922f66223401 (diff) | |
| parent | bbe5effb6682b4ba5e6accd9a226ec7611fe83dc (diff) | |
| download | frameworks_base-6c52d51c65613beb23ea135e8a8374f6c2dc1bf8.zip frameworks_base-6c52d51c65613beb23ea135e8a8374f6c2dc1bf8.tar.gz frameworks_base-6c52d51c65613beb23ea135e8a8374f6c2dc1bf8.tar.bz2 | |
am bbe5effb: docs: Fixed typo in \'Authorizing with Google for REST APIs\' doc. bug: 18025533
* commit 'bbe5effb6682b4ba5e6accd9a226ec7611fe83dc':
docs: Fixed typo in 'Authorizing with Google for REST APIs' doc. bug: 18025533
| -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> |
