Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54a7b932 authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am 50f08149: Merge "docs: add whitelisting instructions and new index icons" into klp-modular-dev

* commit '50f08149':
  docs: add whitelisting instructions and new index icons
parents da6b3222 50f08149
Loading
Loading
Loading
Loading
+4.07 KiB
Loading image diff...
+1.69 KiB
Loading image diff...
+2.29 KiB
Loading image diff...
+3 −3
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
          data-sortorder="" data-cardsizes="6x6, 6x6, 6x6" data-maxresults="3"></div>-->

          <div class="col-3-wide">
            <img src="" alt="">
            <img src="/images/home/wear.png">

            <p>Wearable</p>
            <p class="landing-small">
@@ -83,7 +83,7 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
          </div>

          <div class="col-3-wide">
            <img src="" alt="">
            <img src="/images/home/tv.png">

            <p>TV</p>
            <p class="landing-small">
@@ -95,7 +95,7 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
          </div>

          <div class="col-3-wide">
            <img src="" alt="">
            <img src="/images/home/auto.png">

            <p>Auto</p>
            <p class="landing-small">
+95 −0
Original line number Diff line number Diff line
<html><head>


<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">

<meta name="Description" content="Google Play services will fully roll out to the hundreds of millions of Android devices in early July. Because of this, we usually wait to release the Google Play services SDK until all users receive the most updated Google Play services on their devices…">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<title>Google Play services Preview for Wear | Android Developers</title>

<!-- STYLESHEETS -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" title="roboto">
<link href="/assets/css/default.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="col-12" id="doc-col">

<h1 itemprop="name">Google Play services Preview for Wear</h1>
      
    
  


  
  <div id="jd-content">
  <div class="jd-descr" itemprop="articleBody">
<p>The Google Play services app is currently being rolled out to the hundreds of millions of
Android devices and will complete in early July. Because of this, we usually wait to release the Google Play
services SDK until all users receive the app. This guarantees that your newly-updated apps can
run on the most devices as possible.</p>

<p>However, if want to develop for Android Wear now, complete the following steps
to get special access to all the things you need to start developing, without waiting
for the rollout to complete. </p>

<p class="warning"><b>Warning</b>: Do not publish any apps that use the new Google Play services
APIs until the rollout is complete. Your apps will break on most user devices, which will
degrade your user rating.</b>
</p>

<h2 style="margin-bottom: 0px;">1. Get Whitelisted for the Preview</h2><hr>

<p>If you attended Google I/O, your registered Gmail account is automatically whitelisted for these
preview resources. If you didn't attend Google I/O, sign up below to get access:</p>

<a href="https://groups.google.com/forum/?hl=en#!forum/io14androidweardev">Get Whitelisted</a>

<h2 style="margin-bottom: 0px;">2. Download Required Apps</h2><hr>
<p>You'll need the following apps to get the most out of Android Wear:</p>


<p>Here's a list of the apps you need:</p>
<ul>
<li><a href="https://play.google.com/apps/testing/com.google.android.gms">Google Play services</a>: Allows your Wear device to properly communicate with your handheld device. This is
required to use the Android Wear Companion App.</li>
  <li><a href="https://play.google.com/apps/testing/com.google.android.wearable.app">Android Wear
  Companion</a>: The main user app to pair a handheld to a wearable and to provide syncing
  of notifications and data.</li>
  <li><a href="https://play.google.com/apps/testing/com.google.android.googlequicksearchbox">Google
  Search</a>: A preview release of the Google Search handheld app that Wear communicates with
  to carry out searches.</li>
  <li><a href="https://play.google.com/apps/testing/com.google.android.keep">Google Keep</a>: To enable the "Take a note" command</li>
  <li><a href="https://play.google.com/apps/testing/com.google.samples.apps.iosched">Google I/O 2014</a></li>
 </ul>

<p>To enable the preview versions of the apps, click each app link above and follow these
instructions:</p>

<ol>
 <li>Click the <b>Become a Tester</b> button to opt-in to the preview version of the app. The page
 confirms that you're a tester after clicking.</li>
 <li>Click the <b>Download &lt;app name&gt; from the Play Store</b> link to go to Google Play
 Store download page to get the app. The
 following screenshot shows how the opt-in process looks like:
<img style="margin-top:40px" src="/preview/images/opt-in.png"></li>
 <li>When Google Play services is rolled out to all devices, go back to the app links provided
  to opt-out of the preview versions of the apps. Check back here in a week for the status of
  the rollout.</li>
</ol>



<h2 style="margin-bottom: 0px;">3. Start Building</h2><hr>
<p>Check out the <a href="/training/building-wearables">Building Apps for Wearables</a>
training classes for information on how to build for Wear.</p>
    </div>

   
      

  </div> <!-- end jd-content -->
</div><!-- end doc-content -->
</div> <!-- end body-content --> 
</body>
</html>
 No newline at end of file
Loading