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

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

resolve a few doc issues from external reports

Change-Id: Ic4ca327bf2ac92ed259fbd3c51fe5a4453afb479
parent 616908fe
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -119,7 +119,11 @@ one activity over others.

<p>
The value must be an integer, such as "{@code 100}".  Higher numbers have a
higher priority.
higher priority. The default value is 0.
The value must be greater than -1000 and less than 1000.</p>

<p>Also see {@link android.content.IntentFilter#setPriority
setPriority()}.
</p></dd>

</dl></dd>
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ group animation elements together inside the <code>&lt;set&gt;</code> element, i
    </dd>

<dt id="val-animator-element"><code>&lt;animator&gt;</code></dt>
    <dd>Animates a over a specified amount of time.
    <dd>Performs an animation over a specified amount of time.
    Represents a {@link android.animation.ValueAnimator}.

      <p class="caps">attributes:</p>
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ am.getAuthToken(
    new Handler(new OnError()));    // Callback called if an error occurs
</pre>

<p>In this example, <code>OnTokenAcquired</code> is a class that extends
<p>In this example, <code>OnTokenAcquired</code> is a class that implements
{@link android.accounts.AccountManagerCallback}. {@link android.accounts.AccountManager} calls
{@link android.accounts.AccountManagerCallback#run run()} on <code>OnTokenAcquired</code> with an
{@link android.accounts.AccountManagerFuture} that contains a {@link android.os.Bundle}. If
+3 −0
Original line number Diff line number Diff line
@@ -131,6 +131,9 @@ public class CollectionDemoActivity extends FragmentActivity {
    ViewPager mViewPager;

    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_collection_demo);

        // ViewPager and its adapters use support library
        // fragments, so use getSupportFragmentManager.
        mDemoCollectionPagerAdapter =