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

Commit f54574a9 authored by Scott Main's avatar Scott Main
Browse files

docs: clean docs to use consistent "sidebox" classes (eliminate sidebox-inner)

Change-Id: I8a2a343257b055b5447bca03a98e48ad4387ff42
parent 69c997a5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
page.title=Intents List: Invoking Google Applications on Android Devices
@jd:body

<div class="sidebox-wrapper">
<div class="sidebox">
For more information about intents, see the <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a>.
For more information about intents, see the <a
href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a>.
</div>
</div>

<p>The table below lists the intents that your application can send, to invoke Google applications on Android devices in certain ways. For each action/uri pair, the table describes how the receiving Google application handles the intent. </p>
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ you'll need a developer device such as the <a href="#dev-phone-1">Android Dev Ph
<h3 id="dev-phone-1">Android Dev Phone 1</h3>

<div class="sidebox-wrapper">
<div class="sidebox-inner">
<div class="sidebox">
<p>Selected specs for Android Dev Phone 1:</p>
<ul>
<li>Touch screen</li>
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ Other IDEs</a>, as appropriate for your environment.</p>
<h2 id="creating">Creating an AVD</h2>

<div class="sidebox-wrapper">
<div class="sidebox-inner">
<div class="sidebox">
<p>The Android SDK does not include any preconfigured AVDs, so
you need to create an AVD before you can run any application in the emulator
(even the Hello World application).</p>
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ following layout classes:</p>
<h2 id="AppWidgetProvider">Using the AppWidgetProvider Class</h2>

<div class="sidebox-wrapper">
  <div class="sidebox-inner">
<div class="sidebox">
    <p>You must declare your AppWidgetProvider class implementation as a broadcast receiver 
    using the <code>&lt;receiver></code> element in the AndroidManifest (see
    <a href="#Manifest">Declaring an App Widget in the Manifest</a> above).</p>
+1 −1
Original line number Diff line number Diff line
@@ -1180,7 +1180,7 @@ to commit data changes and otherwise prepare to stop interacting with the user.
</p>

<div class="sidebox-wrapper">
<div class="sidebox-inner">
<div class="sidebox">
<h2>Calling into the superclass</h2>
<p>
An implementation of any activity lifecycle method should always first 
Loading