Home | History | Annotate | Download | only in gms
      1 <!DOCTYPE html>
      2 
      3 
      4 
      5 
      6 
      7 
      8 
      9 
     10 
     11 
     12 
     13 
     14 
     15 
     16 
     17 
     18 
     19 
     20 
     21 
     22 
     23 
     24 
     25 
     26 
     27 
     28 
     29 
     30 
     31 
     32 
     33 
     34 
     35 
     36 
     37 
     38 
     39 
     40 
     41 
     42 
     43 
     44 
     45 
     46 
     47 
     48 
     49 
     50 
     51 
     52 
     53 
     54 
     55 
     56 
     57 
     58 
     59 
     60 
     61 
     62 
     63 
     64 
     65 
     66 
     67 
     68 
     69 
     70 
     71 
     72 
     73 
     74 
     75 
     76 
     77 
     78 <html>
     79 <head>
     80 
     81 
     82 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     83 <meta name="viewport" content="width=device-width" />
     84 
     85 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
     86 <title>R.string | Android Developers</title>
     87 
     88 <!-- STYLESHEETS -->
     89 <link rel="stylesheet"
     90 href="//fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
     91 <link href="/assets/css/default.css" rel="stylesheet" type="text/css">
     92 
     93 
     94 
     95 <!-- JAVASCRIPT -->
     96 <script src="//www.google.com/jsapi" type="text/javascript"></script>
     97 <script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script>
     98 <script type="text/javascript">
     99   var toRoot = "/";
    100   var devsite = false;
    101 </script>
    102 <script src="/assets/js/docs.js" type="text/javascript"></script>
    103 
    104 <script type="text/javascript">
    105   var _gaq = _gaq || [];
    106   _gaq.push(['_setAccount', 'UA-5831155-1']);
    107   _gaq.push(['_trackPageview']);
    108 
    109   (function() {
    110     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    111     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    112     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    113   })();
    114 </script>
    115 </head>
    116 <body class="gc-documentation google
    117   develop" itemscope itemtype="http://schema.org/Article">
    118   <div id="doc-api-level" class="" style="display:none"></div>
    119   <a name="top"></a>
    120 
    121 <a name="top"></a>
    122 
    123     <!-- Header -->
    124     <div id="header">
    125         <div class="wrap" id="header-wrap">
    126           <div class="col-3 logo">
    127           <a href="/index.html">
    128             <img src="/assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" />
    129           </a>
    130           <div class="btn-quicknav" id="btn-quicknav">
    131           	<a href="#" class="arrow-inactive">Quicknav</a>
    132 			      <a href="#" class="arrow-active">Quicknav</a>
    133           </div>
    134           </div>
    135             <ul class="nav-x col-9">
    136                 <li class="design">
    137                   <a href="/design/index.html"
    138                   zh-tw-lang=""
    139                   zh-cn-lang=""
    140                   ru-lang=""
    141                   ko-lang=""
    142                   ja-lang=""
    143                   es-lang="Disear"               
    144                   >Design</a></li>
    145                 <li class="develop"><a href="/develop/index.html"
    146                   zh-tw-lang=""
    147                   zh-cn-lang=""
    148                   ru-lang=""
    149                   ko-lang=""
    150                   ja-lang=""
    151                   es-lang="Desarrollar"               
    152                   >Develop</a></li>
    153                 <li class="distribute last"><a href="/distribute/index.html"
    154                   zh-tw-lang=""
    155                   zh-cn-lang=""
    156                   ru-lang=""
    157                   ko-lang=""
    158                   ja-lang=""
    159                   es-lang="Distribuir"               
    160                   >Distribute</a></li>
    161             </ul>
    162             
    163             <!-- New Search -->
    164             <div class="menu-container">
    165             <div class="moremenu">
    166     <div id="more-btn"></div>
    167   </div>
    168   <div class="morehover" id="moremenu">
    169     <div class="top"></div>
    170     <div class="mid">
    171       <div class="header">Links</div>
    172       <ul>
    173         <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
    174         <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
    175         <li><a href="/about/index.html">About Android</a></li>
    176       </ul>
    177       <div class="header">Android Sites</div>
    178       <ul>
    179         <li><a href="http://www.android.com">Android.com</a></li>
    180         <li class="active"><a>Android Developers</a></li>
    181         <li><a href="http://source.android.com">Android Open Source Project</a></li>
    182       </ul>
    183       
    184       
    185       
    186         <div class="header">Language</div>
    187           <div id="language" class="locales">
    188             <select name="language" onChange="changeLangPref(this.value, true)">
    189                 <option value="en">English</option>
    190                 <option value="es">Espaol</option>
    191                 <option value="ja"></option>
    192                 <option value="ko"></option>
    193                 <option value="ru"></option>
    194                 <option value="zh-cn"> ()</option>
    195                 <option value="zh-tw"> ()</option>
    196             </select>
    197           </div>
    198         <script type="text/javascript">
    199           <!--
    200           loadLangPref();
    201             //-->
    202         </script>
    203       
    204       
    205 
    206 
    207       <br class="clearfix" />
    208     </div>
    209     <div class="bottom"></div>
    210   </div>
    211   <div class="search" id="search-container">
    212     <div class="search-inner">
    213       <div id="search-btn"></div>
    214       <div class="left"></div>
    215       <form onsubmit="return submit_search()">
    216         <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
    217 onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
    218 onkeydown="return search_changed(event, true, '/')" 
    219 onkeyup="return search_changed(event, false, '/')" />
    220       </form>
    221       <div class="right"></div>
    222         <a class="close hide">close</a>
    223         <div class="left"></div>
    224         <div class="right"></div>
    225     </div>
    226   </div>
    227 
    228   <div class="search_filtered_wrapper reference">
    229     <div class="suggest-card reference no-display">
    230       <ul class="search_filtered">
    231       </ul>
    232     </div>
    233   </div>
    234 
    235   <div class="search_filtered_wrapper docs">
    236     <div class="suggest-card dummy no-display">&nbsp;</div>
    237     <div class="suggest-card develop no-display">
    238       <ul class="search_filtered">
    239       </ul>
    240       <div class="child-card guides no-display">
    241       </div>
    242       <div class="child-card training no-display">
    243       </div>
    244     </div>
    245     <div class="suggest-card design no-display">
    246       <ul class="search_filtered">
    247       </ul>
    248     </div>
    249     <div class="suggest-card distribute no-display">
    250       <ul class="search_filtered">
    251       </ul>
    252     </div>
    253   </div>
    254 
    255   </div>
    256   <!-- /New Search>
    257           
    258           
    259           <!-- Expanded quicknav -->
    260            <div id="quicknav" class="col-9">
    261                 <ul>
    262                     <li class="design">
    263                       <ul>
    264                         <li><a href="/design/index.html">Get Started</a></li>
    265                         <li><a href="/design/style/index.html">Style</a></li>
    266                         <li><a href="/design/patterns/index.html">Patterns</a></li>
    267                         <li><a href="/design/building-blocks/index.html">Building Blocks</a></li>
    268                         <li><a href="/design/downloads/index.html">Downloads</a></li>
    269                         <li><a href="/design/videos/index.html">Videos</a></li>
    270                       </ul>
    271                     </li>
    272                     <li class="develop">
    273                       <ul>
    274                         <li><a href="/training/index.html"
    275                           zh-tw-lang=""
    276                           zh-cn-lang=""
    277                           ru-lang=""
    278                           ko-lang=""
    279                           ja-lang=""
    280                           es-lang="Capacitacin"               
    281                           >Training</a></li>
    282                         <li><a href="/guide/components/index.html"
    283                           zh-tw-lang="API "
    284                           zh-cn-lang="API "
    285                           ru-lang="  API"
    286                           ko-lang="API "
    287                           ja-lang="API "
    288                           es-lang="Guas de la API"               
    289                           >API Guides</a></li>
    290                         <li><a href="/reference/packages.html"
    291                           zh-tw-lang=""
    292                           zh-cn-lang=""
    293                           ru-lang=""
    294                           ko-lang=""
    295                           ja-lang=""
    296                           es-lang="Referencia"               
    297                           >Reference</a></li>
    298                         <li><a href="/tools/index.html"
    299                           zh-tw-lang=""
    300                           zh-cn-lang=""
    301                           ru-lang=""
    302                           ko-lang=""
    303                           ja-lang=""
    304                           es-lang="Herramientas"               
    305                           >Tools</a>
    306                           <ul><li><a href="/sdk/index.html">Get the SDK</a></li></ul>
    307                         </li>
    308                         <li><a href="/google/index.html">Google Services</a>
    309                         </li>
    310                         
    311                       </ul>
    312                     </li>
    313                     <li class="distribute last">
    314                       <ul>
    315                         <li><a href="/distribute/index.html">Google Play</a></li>
    316                         <li><a href="/distribute/googleplay/publish/index.html">Publishing</a></li>
    317                         <li><a href="/distribute/googleplay/promote/index.html">Promoting</a></li>
    318                         <li><a href="/distribute/googleplay/quality/index.html">App Quality</a></li>
    319                         <li><a href="/distribute/googleplay/spotlight/index.html">Spotlight</a></li>
    320                         <li><a href="/distribute/open.html">Open Distribution</a></li>
    321                       </ul>
    322                     </li>
    323                 </ul>
    324           </div>
    325           <!-- /Expanded quicknav -->
    326         </div>
    327     </div>
    328     <!-- /Header -->
    329     
    330     
    331   <div id="searchResults" class="wrap" style="display:none;">
    332           <h2 id="searchTitle">Results</h2>
    333           <div id="leftSearchControl" class="search-control">Loading...</div>
    334   </div>
    335     
    336     
    337   
    338     <!-- Secondary x-nav -->
    339     <div id="nav-x">
    340         <div class="wrap">
    341             <ul class="nav-x col-9 develop" style="width:100%">
    342                 <li class="training"><a href="/training/index.html"
    343                   zh-tw-lang=""
    344                   zh-cn-lang=""
    345                   ru-lang=""
    346                   ko-lang=""
    347                   ja-lang=""
    348                   es-lang="Capacitacin"               
    349                   >Training</a></li>
    350                 <li class="guide"><a href="/guide/components/index.html"
    351                   zh-tw-lang="API "
    352                   zh-cn-lang="API "
    353                   ru-lang="  API"
    354                   ko-lang="API "
    355                   ja-lang="API "
    356                   es-lang="Guas de la API"               
    357                   >API Guides</a></li>
    358                 <li class="reference"><a href="/reference/packages.html"
    359                   zh-tw-lang=""
    360                   zh-cn-lang=""
    361                   ru-lang=""
    362                   ko-lang=""
    363                   ja-lang=""
    364                   es-lang="Referencia"               
    365                   >Reference</a></li>
    366                 <li class="tools"><a href="/tools/index.html"
    367                   zh-tw-lang=""
    368                   zh-cn-lang=""
    369                   ru-lang=""
    370                   ko-lang=""
    371                   ja-lang=""
    372                   es-lang="Herramientas"
    373                   >Tools</a></li>
    374                 <li class="google"><a href="/google/index.html"
    375                   >Google Services</a>
    376                 </li>
    377                 
    378             </ul>
    379         </div>
    380         
    381     </div>
    382     <!-- /Sendondary x-nav -->
    383   
    384 
    385 
    386 
    387 
    388   
    389 
    390 
    391   
    392   <div class="wrap clearfix" id="body-content">
    393     <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
    394       <div id="devdoc-nav" class="scroll-pane">
    395 <a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
    396 
    397 
    398 
    399 <ul id="nav">
    400 
    401   <li class="nav-section">
    402     <div class="nav-section-header empty"><a href="/google/index.html">
    403           <span class="en">Overview</span>
    404       </a></div>
    405   </li>
    406 
    407   <li class="nav-section">
    408     <div class="nav-section-header empty"><a href="/google/play-services/games.html">
    409           <span class="en">Games</span>
    410       </a></div>
    411   </li>
    412   <li class="nav-section">
    413     <div class="nav-section-header empty"><a href="/google/play-services/location.html">
    414           <span class="en">Location</span>
    415       </a></div>
    416   </li>
    417   <li class="nav-section">
    418     <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
    419           <span class="en">Google+</span>
    420                 </a></div>
    421   </li>
    422   <li class="nav-section">
    423     <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
    424           <span class="en">Maps</span>
    425       </a></div>
    426   </li>
    427   <li class="nav-section">
    428     <div class="nav-section-header"><a href="/google/play-services/ads.html">
    429       <span class="en">Ads</span></a>
    430     </div>
    431     <ul>
    432       <li><a href="/google/play-services/id.html">
    433           <span class="en">Advertising ID</span></a>
    434       </li>
    435     </ul>
    436   </li>
    437   <li class="nav-section">
    438     <div class="nav-section-header empty"><a href="/google/play-services/wallet.html">
    439           <span class="en">Wallet</span>
    440       </a></div>
    441   </li>
    442   <li class="nav-section">
    443     <div class="nav-section-header empty"><a href="/google/play-services/auth.html">
    444           <span class="en">Authorization</span>
    445       </a></div>
    446   </li>
    447 
    448 
    449 
    450   <li class="nav-section">
    451     <div class="nav-section-header"><a href="/google/play-services/index.html">
    452       <span class="en">Google Play Services</span></a>
    453     </div>
    454     <ul>
    455       <li><a href="/google/play-services/setup.html">
    456           <span class="en">Setup</span></a>
    457       </li>
    458       <li id="gms-tree-list" class="nav-section">
    459         <div class="nav-section-header">
    460           <a href="/reference/gms-packages.html">
    461             <span class="en">Reference</span>
    462           </a>
    463         <div>
    464       </li>
    465     </ul>
    466   </li>
    467 
    468 
    469   <li class="nav-section">
    470     <div class="nav-section-header"><a href="/google/play/billing/index.html">
    471       <span class="en">Google Play In-app Billing</span></a>
    472     </div>
    473     <ul>
    474       <li><a href="/google/play/billing/billing_overview.html">
    475               <span class="en">Overview</span></a>
    476       </li>
    477       <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/api.html">
    478               <span class="en">Version 3 API</span></a></div>
    479               <ul>
    480               <li><a href="/google/play/billing/billing_integrate.html">
    481               <span class="en">Implementing the API</span></a></li>
    482               <li><a href="/google/play/billing/billing_reference.html">
    483               <span class="en">Reference</span></a></li>
    484               </ul>
    485       </li>
    486       <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/v2/api.html">
    487               <span class="en">Version 2 API</span></a></div>
    488               <ul>
    489               <li><a href="/google/play/billing/v2/billing_integrate.html">
    490               <span class="en">Implementing the API</span></a></li>
    491               <li><a href="/google/play/billing/v2/billing_subscriptions.html">
    492               <span class="en">Subscriptions</span></a></li>
    493               <li><a href="/google/play/billing/v2/billing_reference.html">
    494               <span class="en">Reference</span></a></li>
    495               </ul>
    496       </li>
    497       <li><a href="/google/play/billing/billing_subscriptions.html">
    498               <span class="en">Subscriptions</span></a>
    499       </li>
    500       <li><a href="/google/play/billing/billing_best_practices.html">
    501               <span class="en">Security and Design</span></a>
    502       </li>
    503       <li><a href="/google/play/billing/billing_testing.html">
    504               <span class="en">Testing In-app Billing</span></a>
    505       </li>
    506       <li><a href="/google/play/billing/billing_admin.html">
    507               <span class="en">Administering In-app Billing</span></a>
    508       </li>
    509       <li><a href="/google/play/billing/gp-purchase-status-api.html">
    510               <span class="en">Purchase Status API</span></a>
    511       </li>
    512       <li><a href="/google/play/billing/versions.html">
    513               <span class="en">Version Notes</span></a>
    514       </li>
    515     </ul>
    516   </li>
    517 
    518 
    519 
    520   <li class="nav-section">
    521       <div class="nav-section-header"><a href="/google/gcm/index.html">
    522         <span class="en">Google Cloud Messaging</span></a>
    523       </div>
    524       <ul>
    525         <li><a href="/google/gcm/gs.html">
    526             <span class="en">Getting Started</span></a>
    527         </li>
    528         <li><a href="/google/gcm/gcm.html">
    529             <span class="en">Architectural Overview</span></a>
    530         </li>
    531          <li><a href="/google/gcm/ccs.html">
    532               <span class="en">Cloud Connection Server</span></a>
    533         </li>
    534         <li><a href="/google/gcm/notifications.html">
    535               <span class="en">User Notifications</span></a>
    536         </li>
    537         <li><a href="/google/gcm/client.html">
    538             <span class="en">GCM Client</span></a>
    539         </li>
    540         <li><a href="/google/gcm/server.html">
    541             <span class="en">GCM Server</span></a>
    542         </li>
    543         <li><a href="/google/gcm/adv.html">
    544             <span class="en">Advanced Topics</span></a>
    545         </li>
    546         <li><a href="/google/gcm/c2dm.html">
    547             <span class="en">Migration</span></a>
    548         </li>
    549         <li id="gcm-tree-list" class="nav-section">
    550           <div class="nav-section-header">
    551             <a href="/reference/gcm-packages.html">
    552               <span class="en">Reference</span>
    553             </a>
    554           <div>
    555         </li>
    556       </ul>
    557   </li>
    558 
    559   <li class="nav-section">
    560     <div class="nav-section-header"><a href="/google/play/dist.html">
    561       <span class="en">Google Play Distribution</span></a>
    562     </div>
    563     <ul>
    564       <li><a href="/google/play/filters.html">
    565           <span class="en">Filters on Google Play</span></a>
    566       </li>
    567 
    568       <li><a href="/google/play/publishing/multiple-apks.html">
    569           <span class="en">Multiple APK Support</span></a>
    570       </li>
    571       <li><a href="/google/play/expansion-files.html">
    572           <span class="en">APK Expansion Files</span></a>
    573       </li>
    574       <li class="nav-section">
    575         <div class="nav-section-header"><a href="/google/play/licensing/index.html">
    576           <span class="en">Application Licensing</span></a>
    577         </div>
    578         <ul>
    579           <li><a href="/google/play/licensing/overview.html">
    580               <span class="en">Licensing Overview</span></a>
    581           </li>
    582           <li><a href="/google/play/licensing/setting-up.html">
    583               <span class="en">Setting Up for Licensing</span></a>
    584           </li>
    585           <li><a href="/google/play/licensing/adding-licensing.html">
    586               <span class="en">Adding Licensing to Your App</span></a>
    587           </li>
    588           <li><a href="/google/play/licensing/licensing-reference.html">
    589               <span class="en">Licensing Reference</span></a>
    590           </li>
    591         </ul>
    592       </li>
    593 
    594   <li class="nav-section">
    595     <div class="nav-section-header"><a href="/google/backup/index.html">
    596       Android Backup Service</a>
    597     </div>
    598     <ul>
    599       <li><a href="/google/backup/signup.html">
    600           Register</a>
    601       </li>
    602     </ul>
    603   </li>
    604 
    605   </ul>
    606 
    607 </li>
    608 
    609 
    610 
    611 </ul>
    612 
    613 <script type="text/javascript">
    614 <!--
    615     buildToggleLists();
    616     changeNavLang(getLangPref());
    617 //-->
    618 </script>
    619 
    620 
    621         
    622 
    623       </div>
    624       <script type="text/javascript">
    625        showGoogleRefTree();
    626     
    627       </script>
    628     </div> <!-- end side-nav -->
    629     <script>
    630       $(document).ready(function() {
    631         scrollIntoView("devdoc-nav");
    632         });
    633     </script>
    634 
    635 
    636      
    637 
    638 
    639 
    640 <div class="col-12"  id="doc-col">
    641 
    642 <div id="api-info-block">
    643 
    644 
    645 
    646   
    647    
    648   
    649   
    650   
    651   
    652 
    653 
    654 <div class="sum-details-links">
    655 
    656 Summary:
    657 
    658 
    659 
    660 
    661 
    662 
    663 
    664   <a href="#lfields">Fields</a>
    665   
    666 
    667 
    668 
    669   &#124; <a href="#pubctors">Ctors</a>
    670   
    671 
    672 
    673 
    674 
    675 
    676   &#124; <a href="#inhmethods">Inherited Methods</a>
    677 
    678 &#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
    679 
    680 </div><!-- end sum-details-links -->
    681 <div class="api-level">
    682   
    683   
    684   
    685 
    686 </div>
    687 </div><!-- end api-info-block -->
    688 
    689 
    690 <!-- ======== START OF CLASS DATA ======== -->
    691 
    692 <div id="jd-header">
    693     public
    694     static 
    695     final 
    696     
    697     class
    698 <h1 itemprop="name">R.string</h1>
    699 
    700 
    701 
    702   
    703     extends Object<br/>
    704   
    705   
    706   
    707 
    708   
    709   
    710   
    711 
    712 
    713 </div><!-- end header -->
    714 
    715 <div id="naMessage"></div>
    716 
    717 <div id="jd-content" class="api apilevel-">
    718 <table class="jd-inheritance-table">
    719 
    720 
    721     <tr>
    722          	
    723         <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td>
    724     </tr>
    725     
    726 
    727     <tr>
    728         
    729             <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td>
    730          	
    731         <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.R.string</td>
    732     </tr>
    733     
    734 
    735 </table>
    736 
    737 
    738 
    739 
    740 
    741 
    742 
    743 <div class="jd-descr">
    744 
    745 
    746 
    747 
    748 
    749 
    750 </div><!-- jd-descr -->
    751 
    752 
    753 
    754 
    755 
    756 
    757 
    758 
    759 
    760 
    761 
    762 
    763 
    764 
    765 
    766 
    767 <div class="jd-descr">
    768 
    769 
    770 <h2>Summary</h2>
    771 
    772 
    773 
    774 
    775 
    776 
    777 
    778 
    779 
    780 
    781 
    782 
    783 
    784 
    785 
    786 
    787 
    788 
    789 <!-- =========== FIELD SUMMARY =========== -->
    790 <table id="lfields" class="jd-sumtable"><tr><th colspan="12">Fields</th></tr>
    791 
    792 
    793     
    794       <tr class="alt-color api apilevel-" >
    795           <td class="jd-typecol"><nobr>
    796           public
    797           static
    798           
    799           int</nobr></td>
    800           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#auth_client_needs_enabling_title">auth_client_needs_enabling_title</a></td>
    801           <td class="jd-descrcol" width="100%">Title for notification shown when GooglePlayServices needs to be
    802         enabled for a application to work.</td>
    803       </tr>
    804       
    805     
    806       <tr class=" api apilevel-" >
    807           <td class="jd-typecol"><nobr>
    808           public
    809           static
    810           
    811           int</nobr></td>
    812           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#auth_client_needs_installation_title">auth_client_needs_installation_title</a></td>
    813           <td class="jd-descrcol" width="100%">Title for notification shown when GooglePlayServices needs to be
    814         installed for a application to work.</td>
    815       </tr>
    816       
    817     
    818       <tr class="alt-color api apilevel-" >
    819           <td class="jd-typecol"><nobr>
    820           public
    821           static
    822           
    823           int</nobr></td>
    824           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#auth_client_needs_update_title">auth_client_needs_update_title</a></td>
    825           <td class="jd-descrcol" width="100%">Title for notification shown when GooglePlayServices needs to be
    826         udpated for a application to work.</td>
    827       </tr>
    828       
    829     
    830       <tr class=" api apilevel-" >
    831           <td class="jd-typecol"><nobr>
    832           public
    833           static
    834           
    835           int</nobr></td>
    836           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#auth_client_play_services_err_notification_msg">auth_client_play_services_err_notification_msg</a></td>
    837           <td class="jd-descrcol" width="100%">Title for notification shown when GooglePlayServices is unavailable [CHAR LIMIT=42] 
    838 </td>
    839       </tr>
    840       
    841     
    842       <tr class="alt-color api apilevel-" >
    843           <td class="jd-typecol"><nobr>
    844           public
    845           static
    846           
    847           int</nobr></td>
    848           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#auth_client_requested_by_msg">auth_client_requested_by_msg</a></td>
    849           <td class="jd-descrcol" width="100%">Requested by string saying which app requested the notification.</td>
    850       </tr>
    851       
    852     
    853       <tr class=" api apilevel-" >
    854           <td class="jd-typecol"><nobr>
    855           public
    856           static
    857           
    858           int</nobr></td>
    859           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#auth_client_using_bad_version_title">auth_client_using_bad_version_title</a></td>
    860           <td class="jd-descrcol" width="100%">Title for notification shown when a bad version of GooglePlayServices
    861         has been installed and needs correction for an application to work.</td>
    862       </tr>
    863       
    864     
    865       <tr class="alt-color api apilevel-" >
    866           <td class="jd-typecol"><nobr>
    867           public
    868           static
    869           
    870           int</nobr></td>
    871           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_enable_button">common_google_play_services_enable_button</a></td>
    872           <td class="jd-descrcol" width="100%">Button in confirmation dialog to enable Google Play services.</td>
    873       </tr>
    874       
    875     
    876       <tr class=" api apilevel-" >
    877           <td class="jd-typecol"><nobr>
    878           public
    879           static
    880           
    881           int</nobr></td>
    882           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_enable_text">common_google_play_services_enable_text</a></td>
    883           <td class="jd-descrcol" width="100%">Message in confirmation dialog informing user they need to enable
    884         Google Play services in application settings [CHAR LIMIT=NONE] 
    885 </td>
    886       </tr>
    887       
    888     
    889       <tr class="alt-color api apilevel-" >
    890           <td class="jd-typecol"><nobr>
    891           public
    892           static
    893           
    894           int</nobr></td>
    895           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_enable_title">common_google_play_services_enable_title</a></td>
    896           <td class="jd-descrcol" width="100%">Title of confirmation dialog informing user they need to enable
    897         Google Play services in application settings [CHAR LIMIT=40] 
    898 </td>
    899       </tr>
    900       
    901     
    902       <tr class=" api apilevel-" >
    903           <td class="jd-typecol"><nobr>
    904           public
    905           static
    906           
    907           int</nobr></td>
    908           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_install_button">common_google_play_services_install_button</a></td>
    909           <td class="jd-descrcol" width="100%">Button in confirmation dialog for installing Google Play services [CHAR LIMIT=40] 
    910 </td>
    911       </tr>
    912       
    913     
    914       <tr class="alt-color api apilevel-" >
    915           <td class="jd-typecol"><nobr>
    916           public
    917           static
    918           
    919           int</nobr></td>
    920           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_install_text_phone">common_google_play_services_install_text_phone</a></td>
    921           <td class="jd-descrcol" width="100%">(For phones) Message in confirmation dialog informing user that
    922         they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE] 
    923 </td>
    924       </tr>
    925       
    926     
    927       <tr class=" api apilevel-" >
    928           <td class="jd-typecol"><nobr>
    929           public
    930           static
    931           
    932           int</nobr></td>
    933           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_install_text_tablet">common_google_play_services_install_text_tablet</a></td>
    934           <td class="jd-descrcol" width="100%">(For tablets) Message in confirmation dialog informing user that
    935         they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE] 
    936 </td>
    937       </tr>
    938       
    939     
    940       <tr class="alt-color api apilevel-" >
    941           <td class="jd-typecol"><nobr>
    942           public
    943           static
    944           
    945           int</nobr></td>
    946           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_install_title">common_google_play_services_install_title</a></td>
    947           <td class="jd-descrcol" width="100%">Title of confirmation dialog informing user that they need to install
    948         Google Play services (from Play Store) [CHAR LIMIT=40] 
    949 </td>
    950       </tr>
    951       
    952     
    953       <tr class=" api apilevel-" >
    954           <td class="jd-typecol"><nobr>
    955           public
    956           static
    957           
    958           int</nobr></td>
    959           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_invalid_account_text">common_google_play_services_invalid_account_text</a></td>
    960           <td class="jd-descrcol" width="100%">Message in confirmation dialog informing the user that they provided an invalid account.</td>
    961       </tr>
    962       
    963     
    964       <tr class="alt-color api apilevel-" >
    965           <td class="jd-typecol"><nobr>
    966           public
    967           static
    968           
    969           int</nobr></td>
    970           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_invalid_account_title">common_google_play_services_invalid_account_title</a></td>
    971           <td class="jd-descrcol" width="100%">Title of confirmation dialog informing the user that they provided an invalid account.</td>
    972       </tr>
    973       
    974     
    975       <tr class=" api apilevel-" >
    976           <td class="jd-typecol"><nobr>
    977           public
    978           static
    979           
    980           int</nobr></td>
    981           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_network_error_text">common_google_play_services_network_error_text</a></td>
    982           <td class="jd-descrcol" width="100%">Message in confirmation dialog informing the user that a network error occurred.</td>
    983       </tr>
    984       
    985     
    986       <tr class="alt-color api apilevel-" >
    987           <td class="jd-typecol"><nobr>
    988           public
    989           static
    990           
    991           int</nobr></td>
    992           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_network_error_title">common_google_play_services_network_error_title</a></td>
    993           <td class="jd-descrcol" width="100%">Title of confirmation dialog informing the user that a network error occurred.</td>
    994       </tr>
    995       
    996     
    997       <tr class=" api apilevel-" >
    998           <td class="jd-typecol"><nobr>
    999           public
   1000           static
   1001           
   1002           int</nobr></td>
   1003           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_unknown_issue">common_google_play_services_unknown_issue</a></td>
   1004           <td class="jd-descrcol" width="100%">Message in confirmation dialog informing user there is an unknown issue in Google Play
   1005         services [CHAR LIMIT=NONE] 
   1006 </td>
   1007       </tr>
   1008       
   1009     
   1010       <tr class="alt-color api apilevel-" >
   1011           <td class="jd-typecol"><nobr>
   1012           public
   1013           static
   1014           
   1015           int</nobr></td>
   1016           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_unsupported_date_text">common_google_play_services_unsupported_date_text</a></td>
   1017           <td class="jd-descrcol" width="100%">Message in confirmation dialog informing user that date on the device is not correct,
   1018     causing certificate checks to fail.</td>
   1019       </tr>
   1020       
   1021     
   1022       <tr class=" api apilevel-" >
   1023           <td class="jd-typecol"><nobr>
   1024           public
   1025           static
   1026           
   1027           int</nobr></td>
   1028           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_unsupported_text">common_google_play_services_unsupported_text</a></td>
   1029           <td class="jd-descrcol" width="100%">Message in confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=NONE] 
   1030 </td>
   1031       </tr>
   1032       
   1033     
   1034       <tr class="alt-color api apilevel-" >
   1035           <td class="jd-typecol"><nobr>
   1036           public
   1037           static
   1038           
   1039           int</nobr></td>
   1040           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_unsupported_title">common_google_play_services_unsupported_title</a></td>
   1041           <td class="jd-descrcol" width="100%">Title of confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=40] 
   1042 </td>
   1043       </tr>
   1044       
   1045     
   1046       <tr class=" api apilevel-" >
   1047           <td class="jd-typecol"><nobr>
   1048           public
   1049           static
   1050           
   1051           int</nobr></td>
   1052           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_update_button">common_google_play_services_update_button</a></td>
   1053           <td class="jd-descrcol" width="100%">Button in confirmation dialog for updating Google Play services [CHAR LIMIT=40] 
   1054 </td>
   1055       </tr>
   1056       
   1057     
   1058       <tr class="alt-color api apilevel-" >
   1059           <td class="jd-typecol"><nobr>
   1060           public
   1061           static
   1062           
   1063           int</nobr></td>
   1064           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_update_text">common_google_play_services_update_text</a></td>
   1065           <td class="jd-descrcol" width="100%">Message in confirmation dialog informing user that they need to update
   1066         Google Play services (from Play Store) [CHAR LIMIT=NONE] 
   1067 </td>
   1068       </tr>
   1069       
   1070     
   1071       <tr class=" api apilevel-" >
   1072           <td class="jd-typecol"><nobr>
   1073           public
   1074           static
   1075           
   1076           int</nobr></td>
   1077           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_google_play_services_update_title">common_google_play_services_update_title</a></td>
   1078           <td class="jd-descrcol" width="100%">Title of confirmation dialog informing user that they need to update
   1079         Google Play services (from Play Store) [CHAR LIMIT=40] 
   1080 </td>
   1081       </tr>
   1082       
   1083     
   1084       <tr class="alt-color api apilevel-" >
   1085           <td class="jd-typecol"><nobr>
   1086           public
   1087           static
   1088           
   1089           int</nobr></td>
   1090           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_signin_button_text">common_signin_button_text</a></td>
   1091           <td class="jd-descrcol" width="100%">Sign-in button text [CHAR LIMIT=15] 
   1092 </td>
   1093       </tr>
   1094       
   1095     
   1096       <tr class=" api apilevel-" >
   1097           <td class="jd-typecol"><nobr>
   1098           public
   1099           static
   1100           
   1101           int</nobr></td>
   1102           <td class="jd-linkcol"><a href="/reference/com/google/android/gms/R.string.html#common_signin_button_text_long">common_signin_button_text_long</a></td>
   1103           <td class="jd-descrcol" width="100%">Long form sign-in button text [CHAR LIMIT=30] 
   1104 </td>
   1105       </tr>
   1106       
   1107     
   1108 
   1109 </table>
   1110 
   1111 
   1112 
   1113 
   1114 
   1115 
   1116 
   1117 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
   1118 <table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
   1119 
   1120 
   1121 
   1122 	 
   1123     <tr class="alt-color api apilevel-" >
   1124         <td class="jd-typecol"><nobr>
   1125             
   1126             
   1127             
   1128             
   1129             
   1130             </nobr>
   1131         </td>
   1132         <td class="jd-linkcol" width="100%"><nobr>
   1133         <span class="sympad"><a href="/reference/com/google/android/gms/R.string.html#R.string()">R.string</a></span>()</nobr>
   1134         
   1135   </td></tr>
   1136 
   1137 
   1138 
   1139 </table>
   1140 
   1141 
   1142 
   1143 
   1144 
   1145 
   1146 
   1147 
   1148 
   1149 
   1150 
   1151 <!-- ========== METHOD SUMMARY =========== -->
   1152 <table id="inhmethods" class="jd-sumtable"><tr><th>
   1153   <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
   1154   <div style="clear:left;">Inherited Methods</div></th></tr>
   1155 
   1156 
   1157 <tr class="api apilevel-" >
   1158 <td colspan="12">
   1159   <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
   1160           ><img id="inherited-methods-java.lang.Object-trigger"
   1161           src="/assets/images/triangle-closed.png"
   1162           class="jd-expando-trigger-img" /></a>
   1163 From class
   1164 
   1165   java.lang.Object
   1166 
   1167 <div id="inherited-methods-java.lang.Object">
   1168   <div id="inherited-methods-java.lang.Object-list"
   1169         class="jd-inheritedlinks">
   1170   </div>
   1171   <div id="inherited-methods-java.lang.Object-summary" style="display: none;">
   1172     <table class="jd-sumtable-expando">
   1173     
   1174 
   1175 
   1176 	 
   1177     <tr class="alt-color api apilevel-" >
   1178         <td class="jd-typecol"><nobr>
   1179             
   1180             
   1181             
   1182             
   1183             
   1184             Object</nobr>
   1185         </td>
   1186         <td class="jd-linkcol" width="100%"><nobr>
   1187         <span class="sympad">clone</span>()</nobr>
   1188         
   1189   </td></tr>
   1190 
   1191 
   1192 	 
   1193     <tr class=" api apilevel-" >
   1194         <td class="jd-typecol"><nobr>
   1195             
   1196             
   1197             
   1198             
   1199             
   1200             boolean</nobr>
   1201         </td>
   1202         <td class="jd-linkcol" width="100%"><nobr>
   1203         <span class="sympad">equals</span>(Object arg0)</nobr>
   1204         
   1205   </td></tr>
   1206 
   1207 
   1208 	 
   1209     <tr class="alt-color api apilevel-" >
   1210         <td class="jd-typecol"><nobr>
   1211             
   1212             
   1213             
   1214             
   1215             
   1216             void</nobr>
   1217         </td>
   1218         <td class="jd-linkcol" width="100%"><nobr>
   1219         <span class="sympad">finalize</span>()</nobr>
   1220         
   1221   </td></tr>
   1222 
   1223 
   1224 	 
   1225     <tr class=" api apilevel-" >
   1226         <td class="jd-typecol"><nobr>
   1227             
   1228             
   1229             final
   1230             
   1231             
   1232             Class&lt;?&gt;</nobr>
   1233         </td>
   1234         <td class="jd-linkcol" width="100%"><nobr>
   1235         <span class="sympad">getClass</span>()</nobr>
   1236         
   1237   </td></tr>
   1238 
   1239 
   1240 	 
   1241     <tr class="alt-color api apilevel-" >
   1242         <td class="jd-typecol"><nobr>
   1243             
   1244             
   1245             
   1246             
   1247             
   1248             int</nobr>
   1249         </td>
   1250         <td class="jd-linkcol" width="100%"><nobr>
   1251         <span class="sympad">hashCode</span>()</nobr>
   1252         
   1253   </td></tr>
   1254 
   1255 
   1256 	 
   1257     <tr class=" api apilevel-" >
   1258         <td class="jd-typecol"><nobr>
   1259             
   1260             
   1261             final
   1262             
   1263             
   1264             void</nobr>
   1265         </td>
   1266         <td class="jd-linkcol" width="100%"><nobr>
   1267         <span class="sympad">notify</span>()</nobr>
   1268         
   1269   </td></tr>
   1270 
   1271 
   1272 	 
   1273     <tr class="alt-color api apilevel-" >
   1274         <td class="jd-typecol"><nobr>
   1275             
   1276             
   1277             final
   1278             
   1279             
   1280             void</nobr>
   1281         </td>
   1282         <td class="jd-linkcol" width="100%"><nobr>
   1283         <span class="sympad">notifyAll</span>()</nobr>
   1284         
   1285   </td></tr>
   1286 
   1287 
   1288 	 
   1289     <tr class=" api apilevel-" >
   1290         <td class="jd-typecol"><nobr>
   1291             
   1292             
   1293             
   1294             
   1295             
   1296             String</nobr>
   1297         </td>
   1298         <td class="jd-linkcol" width="100%"><nobr>
   1299         <span class="sympad">toString</span>()</nobr>
   1300         
   1301   </td></tr>
   1302 
   1303 
   1304 	 
   1305     <tr class="alt-color api apilevel-" >
   1306         <td class="jd-typecol"><nobr>
   1307             
   1308             
   1309             final
   1310             
   1311             
   1312             void</nobr>
   1313         </td>
   1314         <td class="jd-linkcol" width="100%"><nobr>
   1315         <span class="sympad">wait</span>()</nobr>
   1316         
   1317   </td></tr>
   1318 
   1319 
   1320 	 
   1321     <tr class=" api apilevel-" >
   1322         <td class="jd-typecol"><nobr>
   1323             
   1324             
   1325             final
   1326             
   1327             
   1328             void</nobr>
   1329         </td>
   1330         <td class="jd-linkcol" width="100%"><nobr>
   1331         <span class="sympad">wait</span>(long arg0, int arg1)</nobr>
   1332         
   1333   </td></tr>
   1334 
   1335 
   1336 	 
   1337     <tr class="alt-color api apilevel-" >
   1338         <td class="jd-typecol"><nobr>
   1339             
   1340             
   1341             final
   1342             
   1343             
   1344             void</nobr>
   1345         </td>
   1346         <td class="jd-linkcol" width="100%"><nobr>
   1347         <span class="sympad">wait</span>(long arg0)</nobr>
   1348         
   1349   </td></tr>
   1350 
   1351 
   1352 </table>
   1353   </div>
   1354 </div>
   1355 </td></tr>
   1356 
   1357 
   1358 </table>
   1359 
   1360 
   1361 </div><!-- jd-descr (summary) -->
   1362 
   1363 <!-- Details -->
   1364 
   1365 
   1366 
   1367 
   1368 
   1369 
   1370 
   1371 
   1372 <!-- XML Attributes -->
   1373 
   1374 
   1375 <!-- Enum Values -->
   1376 
   1377 
   1378 <!-- Constants -->
   1379 
   1380 
   1381 <!-- Fields -->
   1382 
   1383 
   1384 <!-- ========= FIELD DETAIL ======== -->
   1385 <h2>Fields</h2>
   1386 
   1387 
   1388 
   1389 
   1390 <A NAME="auth_client_needs_enabling_title"></A>
   1391 
   1392 <div class="jd-details api apilevel-"> 
   1393     <h4 class="jd-details-title">
   1394       <span class="normal">
   1395         public 
   1396         static 
   1397          
   1398         int
   1399       </span>
   1400         auth_client_needs_enabling_title
   1401     </h4>
   1402       <div class="api-level">
   1403         
   1404         
   1405   
   1406 
   1407       </div>
   1408     <div class="jd-details-descr">
   1409       
   1410   <div class="jd-tagdata jd-tagdescr"><p>Title for notification shown when GooglePlayServices needs to be
   1411         enabled for a application to work. [CHAR LIMIT=70] 
   1412 </p></div>
   1413 
   1414     
   1415     </div>
   1416 </div>
   1417 
   1418 
   1419 
   1420 <A NAME="auth_client_needs_installation_title"></A>
   1421 
   1422 <div class="jd-details api apilevel-"> 
   1423     <h4 class="jd-details-title">
   1424       <span class="normal">
   1425         public 
   1426         static 
   1427          
   1428         int
   1429       </span>
   1430         auth_client_needs_installation_title
   1431     </h4>
   1432       <div class="api-level">
   1433         
   1434         
   1435   
   1436 
   1437       </div>
   1438     <div class="jd-details-descr">
   1439       
   1440   <div class="jd-tagdata jd-tagdescr"><p>Title for notification shown when GooglePlayServices needs to be
   1441         installed for a application to work. [CHAR LIMIT=70] 
   1442 </p></div>
   1443 
   1444     
   1445     </div>
   1446 </div>
   1447 
   1448 
   1449 
   1450 <A NAME="auth_client_needs_update_title"></A>
   1451 
   1452 <div class="jd-details api apilevel-"> 
   1453     <h4 class="jd-details-title">
   1454       <span class="normal">
   1455         public 
   1456         static 
   1457          
   1458         int
   1459       </span>
   1460         auth_client_needs_update_title
   1461     </h4>
   1462       <div class="api-level">
   1463         
   1464         
   1465   
   1466 
   1467       </div>
   1468     <div class="jd-details-descr">
   1469       
   1470   <div class="jd-tagdata jd-tagdescr"><p>Title for notification shown when GooglePlayServices needs to be
   1471         udpated for a application to work. [CHAR LIMIT=70] 
   1472 </p></div>
   1473 
   1474     
   1475     </div>
   1476 </div>
   1477 
   1478 
   1479 
   1480 <A NAME="auth_client_play_services_err_notification_msg"></A>
   1481 
   1482 <div class="jd-details api apilevel-"> 
   1483     <h4 class="jd-details-title">
   1484       <span class="normal">
   1485         public 
   1486         static 
   1487          
   1488         int
   1489       </span>
   1490         auth_client_play_services_err_notification_msg
   1491     </h4>
   1492       <div class="api-level">
   1493         
   1494         
   1495   
   1496 
   1497       </div>
   1498     <div class="jd-details-descr">
   1499       
   1500   <div class="jd-tagdata jd-tagdescr"><p>Title for notification shown when GooglePlayServices is unavailable [CHAR LIMIT=42] 
   1501 </p></div>
   1502 
   1503     
   1504     </div>
   1505 </div>
   1506 
   1507 
   1508 
   1509 <A NAME="auth_client_requested_by_msg"></A>
   1510 
   1511 <div class="jd-details api apilevel-"> 
   1512     <h4 class="jd-details-title">
   1513       <span class="normal">
   1514         public 
   1515         static 
   1516          
   1517         int
   1518       </span>
   1519         auth_client_requested_by_msg
   1520     </h4>
   1521       <div class="api-level">
   1522         
   1523         
   1524   
   1525 
   1526       </div>
   1527     <div class="jd-details-descr">
   1528       
   1529   <div class="jd-tagdata jd-tagdescr"><p>Requested by string saying which app requested the notification. [CHAR LIMIT=42] 
   1530 </p></div>
   1531 
   1532     
   1533     </div>
   1534 </div>
   1535 
   1536 
   1537 
   1538 <A NAME="auth_client_using_bad_version_title"></A>
   1539 
   1540 <div class="jd-details api apilevel-"> 
   1541     <h4 class="jd-details-title">
   1542       <span class="normal">
   1543         public 
   1544         static 
   1545          
   1546         int
   1547       </span>
   1548         auth_client_using_bad_version_title
   1549     </h4>
   1550       <div class="api-level">
   1551         
   1552         
   1553   
   1554 
   1555       </div>
   1556     <div class="jd-details-descr">
   1557       
   1558   <div class="jd-tagdata jd-tagdescr"><p>Title for notification shown when a bad version of GooglePlayServices
   1559         has been installed and needs correction for an application to work.
   1560         [CHAR LIMIT=70] 
   1561 </p></div>
   1562 
   1563     
   1564     </div>
   1565 </div>
   1566 
   1567 
   1568 
   1569 <A NAME="common_google_play_services_enable_button"></A>
   1570 
   1571 <div class="jd-details api apilevel-"> 
   1572     <h4 class="jd-details-title">
   1573       <span class="normal">
   1574         public 
   1575         static 
   1576          
   1577         int
   1578       </span>
   1579         common_google_play_services_enable_button
   1580     </h4>
   1581       <div class="api-level">
   1582         
   1583         
   1584   
   1585 
   1586       </div>
   1587     <div class="jd-details-descr">
   1588       
   1589   <div class="jd-tagdata jd-tagdescr"><p>Button in confirmation dialog to enable Google Play services.  Clicking it
   1590         will direct user to application settings of Google Play services where they
   1591         can enable it [CHAR LIMIT=40] 
   1592 </p></div>
   1593 
   1594     
   1595     </div>
   1596 </div>
   1597 
   1598 
   1599 
   1600 <A NAME="common_google_play_services_enable_text"></A>
   1601 
   1602 <div class="jd-details api apilevel-"> 
   1603     <h4 class="jd-details-title">
   1604       <span class="normal">
   1605         public 
   1606         static 
   1607          
   1608         int
   1609       </span>
   1610         common_google_play_services_enable_text
   1611     </h4>
   1612       <div class="api-level">
   1613         
   1614         
   1615   
   1616 
   1617       </div>
   1618     <div class="jd-details-descr">
   1619       
   1620   <div class="jd-tagdata jd-tagdescr"><p>Message in confirmation dialog informing user they need to enable
   1621         Google Play services in application settings [CHAR LIMIT=NONE] 
   1622 </p></div>
   1623 
   1624     
   1625     </div>
   1626 </div>
   1627 
   1628 
   1629 
   1630 <A NAME="common_google_play_services_enable_title"></A>
   1631 
   1632 <div class="jd-details api apilevel-"> 
   1633     <h4 class="jd-details-title">
   1634       <span class="normal">
   1635         public 
   1636         static 
   1637          
   1638         int
   1639       </span>
   1640         common_google_play_services_enable_title
   1641     </h4>
   1642       <div class="api-level">
   1643         
   1644         
   1645   
   1646 
   1647       </div>
   1648     <div class="jd-details-descr">
   1649       
   1650   <div class="jd-tagdata jd-tagdescr"><p>Title of confirmation dialog informing user they need to enable
   1651         Google Play services in application settings [CHAR LIMIT=40] 
   1652 </p></div>
   1653 
   1654     
   1655     </div>
   1656 </div>
   1657 
   1658 
   1659 
   1660 <A NAME="common_google_play_services_install_button"></A>
   1661 
   1662 <div class="jd-details api apilevel-"> 
   1663     <h4 class="jd-details-title">
   1664       <span class="normal">
   1665         public 
   1666         static 
   1667          
   1668         int
   1669       </span>
   1670         common_google_play_services_install_button
   1671     </h4>
   1672       <div class="api-level">
   1673         
   1674         
   1675   
   1676 
   1677       </div>
   1678     <div class="jd-details-descr">
   1679       
   1680   <div class="jd-tagdata jd-tagdescr"><p>Button in confirmation dialog for installing Google Play services [CHAR LIMIT=40] 
   1681 </p></div>
   1682 
   1683     
   1684     </div>
   1685 </div>
   1686 
   1687 
   1688 
   1689 <A NAME="common_google_play_services_install_text_phone"></A>
   1690 
   1691 <div class="jd-details api apilevel-"> 
   1692     <h4 class="jd-details-title">
   1693       <span class="normal">
   1694         public 
   1695         static 
   1696          
   1697         int
   1698       </span>
   1699         common_google_play_services_install_text_phone
   1700     </h4>
   1701       <div class="api-level">
   1702         
   1703         
   1704   
   1705 
   1706       </div>
   1707     <div class="jd-details-descr">
   1708       
   1709   <div class="jd-tagdata jd-tagdescr"><p>(For phones) Message in confirmation dialog informing user that
   1710         they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE] 
   1711 </p></div>
   1712 
   1713     
   1714     </div>
   1715 </div>
   1716 
   1717 
   1718 
   1719 <A NAME="common_google_play_services_install_text_tablet"></A>
   1720 
   1721 <div class="jd-details api apilevel-"> 
   1722     <h4 class="jd-details-title">
   1723       <span class="normal">
   1724         public 
   1725         static 
   1726          
   1727         int
   1728       </span>
   1729         common_google_play_services_install_text_tablet
   1730     </h4>
   1731       <div class="api-level">
   1732         
   1733         
   1734   
   1735 
   1736       </div>
   1737     <div class="jd-details-descr">
   1738       
   1739   <div class="jd-tagdata jd-tagdescr"><p>(For tablets) Message in confirmation dialog informing user that
   1740         they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE] 
   1741 </p></div>
   1742 
   1743     
   1744     </div>
   1745 </div>
   1746 
   1747 
   1748 
   1749 <A NAME="common_google_play_services_install_title"></A>
   1750 
   1751 <div class="jd-details api apilevel-"> 
   1752     <h4 class="jd-details-title">
   1753       <span class="normal">
   1754         public 
   1755         static 
   1756          
   1757         int
   1758       </span>
   1759         common_google_play_services_install_title
   1760     </h4>
   1761       <div class="api-level">
   1762         
   1763         
   1764   
   1765 
   1766       </div>
   1767     <div class="jd-details-descr">
   1768       
   1769   <div class="jd-tagdata jd-tagdescr"><p>Title of confirmation dialog informing user that they need to install
   1770         Google Play services (from Play Store) [CHAR LIMIT=40] 
   1771 </p></div>
   1772 
   1773     
   1774     </div>
   1775 </div>
   1776 
   1777 
   1778 
   1779 <A NAME="common_google_play_services_invalid_account_text"></A>
   1780 
   1781 <div class="jd-details api apilevel-"> 
   1782     <h4 class="jd-details-title">
   1783       <span class="normal">
   1784         public 
   1785         static 
   1786          
   1787         int
   1788       </span>
   1789         common_google_play_services_invalid_account_text
   1790     </h4>
   1791       <div class="api-level">
   1792         
   1793         
   1794   
   1795 
   1796       </div>
   1797     <div class="jd-details-descr">
   1798       
   1799   <div class="jd-tagdata jd-tagdescr"><p>Message in confirmation dialog informing the user that they provided an invalid account. [CHAR LIMIT=NONE] 
   1800 </p></div>
   1801 
   1802     
   1803     </div>
   1804 </div>
   1805 
   1806 
   1807 
   1808 <A NAME="common_google_play_services_invalid_account_title"></A>
   1809 
   1810 <div class="jd-details api apilevel-"> 
   1811     <h4 class="jd-details-title">
   1812       <span class="normal">
   1813         public 
   1814         static 
   1815          
   1816         int
   1817       </span>
   1818         common_google_play_services_invalid_account_title
   1819     </h4>
   1820       <div class="api-level">
   1821         
   1822         
   1823   
   1824 
   1825       </div>
   1826     <div class="jd-details-descr">
   1827       
   1828   <div class="jd-tagdata jd-tagdescr"><p>Title of confirmation dialog informing the user that they provided an invalid account. [CHAR LIMIT=40] 
   1829 </p></div>
   1830 
   1831     
   1832     </div>
   1833 </div>
   1834 
   1835 
   1836 
   1837 <A NAME="common_google_play_services_network_error_text"></A>
   1838 
   1839 <div class="jd-details api apilevel-"> 
   1840     <h4 class="jd-details-title">
   1841       <span class="normal">
   1842         public 
   1843         static 
   1844          
   1845         int
   1846       </span>
   1847         common_google_play_services_network_error_text
   1848     </h4>
   1849       <div class="api-level">
   1850         
   1851         
   1852   
   1853 
   1854       </div>
   1855     <div class="jd-details-descr">
   1856       
   1857   <div class="jd-tagdata jd-tagdescr"><p>Message in confirmation dialog informing the user that a network error occurred. [CHAR LIMIT=NONE] 
   1858 </p></div>
   1859 
   1860     
   1861     </div>
   1862 </div>
   1863 
   1864 
   1865 
   1866 <A NAME="common_google_play_services_network_error_title"></A>
   1867 
   1868 <div class="jd-details api apilevel-"> 
   1869     <h4 class="jd-details-title">
   1870       <span class="normal">
   1871         public 
   1872         static 
   1873          
   1874         int
   1875       </span>
   1876         common_google_play_services_network_error_title
   1877     </h4>
   1878       <div class="api-level">
   1879         
   1880         
   1881   
   1882 
   1883       </div>
   1884     <div class="jd-details-descr">
   1885       
   1886   <div class="jd-tagdata jd-tagdescr"><p>Title of confirmation dialog informing the user that a network error occurred. [CHAR LIMIT=40] 
   1887 </p></div>
   1888 
   1889     
   1890     </div>
   1891 </div>
   1892 
   1893 
   1894 
   1895 <A NAME="common_google_play_services_unknown_issue"></A>
   1896 
   1897 <div class="jd-details api apilevel-"> 
   1898     <h4 class="jd-details-title">
   1899       <span class="normal">
   1900         public 
   1901         static 
   1902          
   1903         int
   1904       </span>
   1905         common_google_play_services_unknown_issue
   1906     </h4>
   1907       <div class="api-level">
   1908         
   1909         
   1910   
   1911 
   1912       </div>
   1913     <div class="jd-details-descr">
   1914       
   1915   <div class="jd-tagdata jd-tagdescr"><p>Message in confirmation dialog informing user there is an unknown issue in Google Play
   1916         services [CHAR LIMIT=NONE] 
   1917 </p></div>
   1918 
   1919     
   1920     </div>
   1921 </div>
   1922 
   1923 
   1924 
   1925 <A NAME="common_google_play_services_unsupported_date_text"></A>
   1926 
   1927 <div class="jd-details api apilevel-"> 
   1928     <h4 class="jd-details-title">
   1929       <span class="normal">
   1930         public 
   1931         static 
   1932          
   1933         int
   1934       </span>
   1935         common_google_play_services_unsupported_date_text
   1936     </h4>
   1937       <div class="api-level">
   1938         
   1939         
   1940   
   1941 
   1942       </div>
   1943     <div class="jd-details-descr">
   1944       
   1945   <div class="jd-tagdata jd-tagdescr"><p>Message in confirmation dialog informing user that date on the device is not correct,
   1946     causing certificate checks to fail. [CHAR LIMIT=NONE] 
   1947 </p></div>
   1948 
   1949     
   1950     </div>
   1951 </div>
   1952 
   1953 
   1954 
   1955 <A NAME="common_google_play_services_unsupported_text"></A>
   1956 
   1957 <div class="jd-details api apilevel-"> 
   1958     <h4 class="jd-details-title">
   1959       <span class="normal">
   1960         public 
   1961         static 
   1962          
   1963         int
   1964       </span>
   1965         common_google_play_services_unsupported_text
   1966     </h4>
   1967       <div class="api-level">
   1968         
   1969         
   1970   
   1971 
   1972       </div>
   1973     <div class="jd-details-descr">
   1974       
   1975   <div class="jd-tagdata jd-tagdescr"><p>Message in confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=NONE] 
   1976 </p></div>
   1977 
   1978     
   1979     </div>
   1980 </div>
   1981 
   1982 
   1983 
   1984 <A NAME="common_google_play_services_unsupported_title"></A>
   1985 
   1986 <div class="jd-details api apilevel-"> 
   1987     <h4 class="jd-details-title">
   1988       <span class="normal">
   1989         public 
   1990         static 
   1991          
   1992         int
   1993       </span>
   1994         common_google_play_services_unsupported_title
   1995     </h4>
   1996       <div class="api-level">
   1997         
   1998         
   1999   
   2000 
   2001       </div>
   2002     <div class="jd-details-descr">
   2003       
   2004   <div class="jd-tagdata jd-tagdescr"><p>Title of confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=40] 
   2005 </p></div>
   2006 
   2007     
   2008     </div>
   2009 </div>
   2010 
   2011 
   2012 
   2013 <A NAME="common_google_play_services_update_button"></A>
   2014 
   2015 <div class="jd-details api apilevel-"> 
   2016     <h4 class="jd-details-title">
   2017       <span class="normal">
   2018         public 
   2019         static 
   2020          
   2021         int
   2022       </span>
   2023         common_google_play_services_update_button
   2024     </h4>
   2025       <div class="api-level">
   2026         
   2027         
   2028   
   2029 
   2030       </div>
   2031     <div class="jd-details-descr">
   2032       
   2033   <div class="jd-tagdata jd-tagdescr"><p>Button in confirmation dialog for updating Google Play services [CHAR LIMIT=40] 
   2034 </p></div>
   2035 
   2036     
   2037     </div>
   2038 </div>
   2039 
   2040 
   2041 
   2042 <A NAME="common_google_play_services_update_text"></A>
   2043 
   2044 <div class="jd-details api apilevel-"> 
   2045     <h4 class="jd-details-title">
   2046       <span class="normal">
   2047         public 
   2048         static 
   2049          
   2050         int
   2051       </span>
   2052         common_google_play_services_update_text
   2053     </h4>
   2054       <div class="api-level">
   2055         
   2056         
   2057   
   2058 
   2059       </div>
   2060     <div class="jd-details-descr">
   2061       
   2062   <div class="jd-tagdata jd-tagdescr"><p>Message in confirmation dialog informing user that they need to update
   2063         Google Play services (from Play Store) [CHAR LIMIT=NONE] 
   2064 </p></div>
   2065 
   2066     
   2067     </div>
   2068 </div>
   2069 
   2070 
   2071 
   2072 <A NAME="common_google_play_services_update_title"></A>
   2073 
   2074 <div class="jd-details api apilevel-"> 
   2075     <h4 class="jd-details-title">
   2076       <span class="normal">
   2077         public 
   2078         static 
   2079          
   2080         int
   2081       </span>
   2082         common_google_play_services_update_title
   2083     </h4>
   2084       <div class="api-level">
   2085         
   2086         
   2087   
   2088 
   2089       </div>
   2090     <div class="jd-details-descr">
   2091       
   2092   <div class="jd-tagdata jd-tagdescr"><p>Title of confirmation dialog informing user that they need to update
   2093         Google Play services (from Play Store) [CHAR LIMIT=40] 
   2094 </p></div>
   2095 
   2096     
   2097     </div>
   2098 </div>
   2099 
   2100 
   2101 
   2102 <A NAME="common_signin_button_text"></A>
   2103 
   2104 <div class="jd-details api apilevel-"> 
   2105     <h4 class="jd-details-title">
   2106       <span class="normal">
   2107         public 
   2108         static 
   2109          
   2110         int
   2111       </span>
   2112         common_signin_button_text
   2113     </h4>
   2114       <div class="api-level">
   2115         
   2116         
   2117   
   2118 
   2119       </div>
   2120     <div class="jd-details-descr">
   2121       
   2122   <div class="jd-tagdata jd-tagdescr"><p>Sign-in button text [CHAR LIMIT=15] 
   2123 </p></div>
   2124 
   2125     
   2126     </div>
   2127 </div>
   2128 
   2129 
   2130 
   2131 <A NAME="common_signin_button_text_long"></A>
   2132 
   2133 <div class="jd-details api apilevel-"> 
   2134     <h4 class="jd-details-title">
   2135       <span class="normal">
   2136         public 
   2137         static 
   2138          
   2139         int
   2140       </span>
   2141         common_signin_button_text_long
   2142     </h4>
   2143       <div class="api-level">
   2144         
   2145         
   2146   
   2147 
   2148       </div>
   2149     <div class="jd-details-descr">
   2150       
   2151   <div class="jd-tagdata jd-tagdescr"><p>Long form sign-in button text [CHAR LIMIT=30] 
   2152 </p></div>
   2153 
   2154     
   2155     </div>
   2156 </div>
   2157 
   2158 
   2159 
   2160 
   2161 <!-- Public ctors -->
   2162 
   2163 
   2164 <!-- ========= CONSTRUCTOR DETAIL ======== -->
   2165 <h2>Public Constructors</h2>
   2166 
   2167 
   2168 
   2169 <A NAME="R.string()"></A>
   2170 
   2171 <div class="jd-details api apilevel-"> 
   2172     <h4 class="jd-details-title">
   2173       <span class="normal">
   2174         public 
   2175          
   2176          
   2177          
   2178          
   2179         
   2180       </span>
   2181       <span class="sympad">R.string</span>
   2182       <span class="normal">()</span>
   2183     </h4>
   2184       <div class="api-level">
   2185         <div></div>
   2186         
   2187   
   2188 
   2189       </div>
   2190     <div class="jd-details-descr">
   2191       
   2192   <div class="jd-tagdata jd-tagdescr"><p></p></div>
   2193 
   2194     </div>
   2195 </div>
   2196 
   2197 
   2198 
   2199 
   2200 
   2201 <!-- ========= CONSTRUCTOR DETAIL ======== -->
   2202 <!-- Protected ctors -->
   2203 
   2204 
   2205 
   2206 <!-- ========= METHOD DETAIL ======== -->
   2207 <!-- Public methdos -->
   2208 
   2209 
   2210 
   2211 <!-- ========= METHOD DETAIL ======== -->
   2212 
   2213 
   2214 
   2215 <!-- ========= END OF CLASS DATA ========= -->
   2216 <A NAME="navbar_top"></A>
   2217 
   2218 <div id="footer" class="wrap" >
   2219         
   2220 
   2221   <div id="copyright">
   2222     
   2223   Except as noted, this content is licensed under <a
   2224   href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. 
   2225   For details and restrictions, see the <a href="/license.html">
   2226   Content License</a>.
   2227   </div>
   2228   <div id="build_info">
   2229     
   2230 <script src="/timestamp.js" type="text/javascript"></script>
   2231 <script>document.write(BUILD_TIMESTAMP)</script>
   2232 
   2233   </div>
   2234 
   2235 
   2236   <div id="footerlinks">
   2237     
   2238   <p>
   2239     <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
   2240     <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
   2241     <a href="/support.html">Support</a>
   2242   </p>
   2243   </div>
   2244 
   2245 </div> <!-- end footer -->
   2246 </div> <!-- jd-content -->
   2247 
   2248 </div><!-- end doc-content -->
   2249 
   2250 </div> <!-- end body-content --> 
   2251 
   2252 
   2253 
   2254 
   2255 
   2256 
   2257 </body>
   2258 </html>
   2259