summaryrefslogtreecommitdiffstats
path: root/docs/html/reference/com/google/android/gms/common/Scopes.html
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2014-01-30 19:03:16 +0000
committerQuddus Chong <quddusc@google.com>2014-01-30 19:03:16 +0000
commit0c8b53a25b4a2e09e5adc693e27e9bdcc8d1f220 (patch)
tree4e103b8110b7de0b6355f90a112f252df3080261 /docs/html/reference/com/google/android/gms/common/Scopes.html
parent32993c68fff5cb229c8503ffe0fad06b53189377 (diff)
downloadframeworks_base-0c8b53a25b4a2e09e5adc693e27e9bdcc8d1f220.zip
frameworks_base-0c8b53a25b4a2e09e5adc693e27e9bdcc8d1f220.tar.gz
frameworks_base-0c8b53a25b4a2e09e5adc693e27e9bdcc8d1f220.tar.bz2
Revert "docs: Added API reference docs for GCore Iberico release."
This reverts commit 32993c68fff5cb229c8503ffe0fad06b53189377. Change-Id: I8eab48ae260a3289ae0d4c0a131d80a1fd1a5316
Diffstat (limited to 'docs/html/reference/com/google/android/gms/common/Scopes.html')
-rw-r--r--docs/html/reference/com/google/android/gms/common/Scopes.html77
1 files changed, 5 insertions, 72 deletions
diff --git a/docs/html/reference/com/google/android/gms/common/Scopes.html b/docs/html/reference/com/google/android/gms/common/Scopes.html
index eaf1722..60fc1fd 100644
--- a/docs/html/reference/com/google/android/gms/common/Scopes.html
+++ b/docs/html/reference/com/google/android/gms/common/Scopes.html
@@ -435,11 +435,6 @@ onkeyup="return search_changed(event, false, '/')" />
</a></div>
</li>
<li class="nav-section">
- <div class="nav-section-header empty"><a href="/google/play-services/drive.html">
- <span class="en">Drive</span>
- </a></div>
- </li>
- <li class="nav-section">
<div class="nav-section-header"><a href="/google/play-services/ads.html">
<span class="en">Ads</span></a>
</div>
@@ -837,15 +832,8 @@ Summary:
<tr class="alt-color api apilevel-" >
<td class="jd-typecol">String</td>
- <td class="jd-linkcol"><a href="/reference/com/google/android/gms/common/Scopes.html#PLUS_ME">PLUS_ME</a></td>
- <td class="jd-descrcol" width="100%"><p>This scope was previously named PLUS_PROFILE.</td>
- </tr>
-
-
- <tr class=" api apilevel-" >
- <td class="jd-typecol">String</td>
- <td class="jd-linkcol"><a href="/reference/com/google/android/gms/common/Scopes.html#PROFILE">PROFILE</a></td>
- <td class="jd-descrcol" width="100%">OAuth 2.0 scope for accessing user's basic profile information.</td>
+ <td class="jd-linkcol"><a href="/reference/com/google/android/gms/common/Scopes.html#PLUS_PROFILE">PLUS_PROFILE</a></td>
+ <td class="jd-descrcol" width="100%">OAuth 2.0 scope for accessing the user's Google+ profile data.</td>
</tr>
@@ -1269,7 +1257,7 @@ From class
-<A NAME="PLUS_ME"></A>
+<A NAME="PLUS_PROFILE"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
@@ -1279,7 +1267,7 @@ From class
final
String
</span>
- PLUS_ME
+ PLUS_PROFILE
</h4>
<div class="api-level">
@@ -1289,14 +1277,7 @@ From class
</div>
<div class="jd-details-descr">
- <div class="jd-tagdata jd-tagdescr"><p><p>This scope was previously named PLUS_PROFILE.</p>
- <p>When using this scope, it does the following:</p>
- <ul>
-
- <li>It lets you know who the currently authenticated user is by letting you replace a
- Google+ user ID with "me", which represents the authenticated user, in any call to the
- Google+ API.</li>
- </ul>
+ <div class="jd-tagdata jd-tagdescr"><p>OAuth 2.0 scope for accessing the user's Google+ profile data.
</p></div>
@@ -1314,54 +1295,6 @@ From class
-<A NAME="PROFILE"></A>
-
-<div class="jd-details api apilevel-">
- <h4 class="jd-details-title">
- <span class="normal">
- public
- static
- final
- String
- </span>
- PROFILE
- </h4>
- <div class="api-level">
-
-
-
-
- </div>
- <div class="jd-details-descr">
-
- <div class="jd-tagdata jd-tagdescr"><p>OAuth 2.0 scope for accessing user's basic profile information.
-
- <p>When using this scope, it does the following:</p>
- <ul>
- <li>It requests that your app be given access to the authenticated user's basic profile
- information.</li>
- <li>It lets you know who the currently authenticated user is by letting you replace a
- Google+ user ID with "me", which represents the authenticated user, in any call to the
- Google+ API.</li>
- <li>It lets your web app access over-the-air Android app installs.</li>
- </ul>
-</p></div>
-
-
- <div class="jd-tagdata">
- <span class="jd-tagtitle">Constant Value: </span>
- <span>
-
- "profile"
-
- </span>
- </div>
-
- </div>
-</div>
-
-
-
<!-- Fields -->