summaryrefslogtreecommitdiffstats
path: root/docs/html/reference/com/google/android/gms/common/Scopes.html
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2014-02-07 19:58:28 -0800
committerDirk Dougherty <ddougherty@google.com>2014-02-11 18:19:13 -0800
commit1654264edd68adfd4347d12112aa3124f1d0acb9 (patch)
tree38f9d8f5802029d9ee71fcfd9e48daef88ca317e /docs/html/reference/com/google/android/gms/common/Scopes.html
parent9854f69f75352e473e34410b0b298b7c7f04434a (diff)
downloadframeworks_base-1654264edd68adfd4347d12112aa3124f1d0acb9.zip
frameworks_base-1654264edd68adfd4347d12112aa3124f1d0acb9.tar.gz
frameworks_base-1654264edd68adfd4347d12112aa3124f1d0acb9.tar.bz2
Update generated docs for Google Play Services.
Change-Id: I6dab64736cd07b1ffb398d9baab21250552c5e17
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.html110
1 files changed, 91 insertions, 19 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 60fc1fd..984cbac 100644
--- a/docs/html/reference/com/google/android/gms/common/Scopes.html
+++ b/docs/html/reference/com/google/android/gms/common/Scopes.html
@@ -435,6 +435,16 @@ 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 empty"><a href="/google/play-services/cast.html">
+ <span class="en">Cast</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>
@@ -813,8 +823,8 @@ Summary:
<td class="jd-linkcol"><a href="/reference/com/google/android/gms/common/Scopes.html#DRIVE_FILE">DRIVE_FILE</a></td>
<td class="jd-descrcol" width="100%">Scopes for access user-authorized files from Google Drive.</td>
</tr>
-
-
+
+
<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#GAMES">GAMES</a></td>
@@ -832,8 +842,15 @@ 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_PROFILE">PLUS_PROFILE</a></td>
- <td class="jd-descrcol" width="100%">OAuth 2.0 scope for accessing the user's Google+ profile data.</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>
</tr>
@@ -1136,37 +1153,37 @@ From class
<A NAME="DRIVE_FILE"></A>
-<div class="jd-details api apilevel-">
+<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
<span class="normal">
- public
- static
- final
+ public
+ static
+ final
String
</span>
DRIVE_FILE
</h4>
<div class="api-level">
-
-
-
+
+
+
</div>
<div class="jd-details-descr">
-
+
<div class="jd-tagdata jd-tagdescr"><p>Scopes for access user-authorized files from Google Drive.
</p></div>
-
+
<div class="jd-tagdata">
<span class="jd-tagtitle">Constant Value: </span>
<span>
-
+
"https://www.googleapis.com/auth/drive.file"
-
+
</span>
</div>
-
+
</div>
</div>
@@ -1257,7 +1274,7 @@ From class
-<A NAME="PLUS_PROFILE"></A>
+<A NAME="PLUS_ME"></A>
<div class="jd-details api apilevel-">
<h4 class="jd-details-title">
@@ -1267,7 +1284,7 @@ From class
final
String
</span>
- PLUS_PROFILE
+ PLUS_ME
</h4>
<div class="api-level">
@@ -1277,7 +1294,14 @@ From class
</div>
<div class="jd-details-descr">
- <div class="jd-tagdata jd-tagdescr"><p>OAuth 2.0 scope for accessing the user's Google+ profile data.
+ <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>
</p></div>
@@ -1295,6 +1319,54 @@ 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 -->