1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<HTML style="overflow:auto;">
3<HEAD>
4<meta name="generator" content="JDiff v1.1.0">
5<!-- Generated by the JDiff Javadoc doclet -->
6<!-- (http://www.jdiff.org) -->
7<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
8<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
9<TITLE>
10android.app.Activity
11</TITLE>
12<link href="/assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
13<link href="/stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
14<noscript>
15<style type="text/css">
16body{overflow:auto;}
17#body-content{position:relative; top:0;}
18#doc-content{overflow:visible;border-left:3px solid #666;}
19#side-nav{padding:0;}
20#side-nav .toggle-list ul {display:block;}
21#resize-packages-nav{border-bottom:3px solid #666;}
22</style>
23</noscript>
24<style type="text/css">
25</style>
26</HEAD>
27<BODY>
28<!-- Start of nav bar -->
29<a name="top"></a>
30<div id="header" style="margin-bottom:0;padding-bottom:0;">
31<div id="headerLeft">
32<a href="/index.html" tabindex="-1" target="_top"><img src="/assets/images/bg_logo.png" alt="Android Developers" /></a>
33</div>
34  <div id="headerRight">
35  <div id="headerLinks">
36<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
37<span class="text">
38<!-- &nbsp;<a href="#">English</a> | -->
39<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
40</span>
41</div>
42  <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
43    <table class="diffspectable">
44      <tr>
45        <td colspan="2" class="diffspechead">API Diff Specification</td>
46      </tr>
47      <tr>
48        <td class="diffspec" style="padding-top:.25em">To Level:</td>
49        <td class="diffvaluenew" style="padding-top:.25em">16</td>
50      </tr>
51      <tr>
52        <td class="diffspec">From Level:</td>
53        <td class="diffvalueold">15</td>
54      </tr>
55      <tr>
56        <td class="diffspec">Generated</td>
57        <td class="diffvalue">2012.06.26 22:31</td>
58      </tr>
59    </table>
60    </div><!-- End and-diff-id -->
61  <div class="and-diff-id" style="margin-right:8px;">
62    <table class="diffspectable">
63      <tr>
64        <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
65      </tr>
66    </table>
67  </div> <!-- End and-diff-id -->
68  </div> <!-- End headerRight -->
69  </div> <!-- End header -->
70<div id="body-content" xstyle="padding:12px;padding-right:18px;">
71<div id="doc-content" style="position:relative;">
72<div id="mainBodyFluid">
73<H2>
74Class android.app.<A HREF="/reference/android/app/Activity.html" target="_top"><font size="+2"><code>Activity</code></font></A>
75</H2>
76<a NAME="constructors"></a>
77<a NAME="methods"></a>
78<p>
79<a NAME="Added"></a>
80<TABLE summary="Added Methods" WIDTH="100%">
81<TR>
82  <TH VALIGN="TOP" COLSPAN=2>Added Methods</FONT></TD>
83</TH>
84<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
85  <TD VALIGN="TOP" WIDTH="25%">
86  <A NAME="android.app.Activity.finishAffinity_added()"></A>
87  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/app/Activity.html#finishAffinity()" target="_top"><code>finishAffinity</code></A>()</nobr>
88  </TD>
89  <TD>&nbsp;</TD>
90</TR>
91<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
92  <TD VALIGN="TOP" WIDTH="25%">
93  <A NAME="android.app.Activity.getParentActivityIntent_added()"></A>
94  <nobr><code>Intent</code>&nbsp;<A HREF="/reference/android/app/Activity.html#getParentActivityIntent()" target="_top"><code>getParentActivityIntent</code></A>()</nobr>
95  </TD>
96  <TD>&nbsp;</TD>
97</TR>
98<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
99  <TD VALIGN="TOP" WIDTH="25%">
100  <A NAME="android.app.Activity.navigateUpTo_added(android.content.Intent)"></A>
101  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/app/Activity.html#navigateUpTo(android.content.Intent)" target="_top"><code>navigateUpTo</code></A>(<code>Intent</code>)</nobr>
102  </TD>
103  <TD>&nbsp;</TD>
104</TR>
105<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
106  <TD VALIGN="TOP" WIDTH="25%">
107  <A NAME="android.app.Activity.navigateUpToFromChild_added(android.app.Activity, android.content.Intent)"></A>
108  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/app/Activity.html#navigateUpToFromChild(android.app.Activity, android.content.Intent)" target="_top"><code>navigateUpToFromChild</code></A>(<code>Activity,</nobr> Intent<nobr><nobr></code>)</nobr>
109  </TD>
110  <TD>&nbsp;</TD>
111</TR>
112<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
113  <TD VALIGN="TOP" WIDTH="25%">
114  <A NAME="android.app.Activity.onCreateNavigateUpTaskStack_added(android.app.TaskStackBuilder)"></A>
115  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/app/Activity.html#onCreateNavigateUpTaskStack(android.app.TaskStackBuilder)" target="_top"><code>onCreateNavigateUpTaskStack</code></A>(<code>TaskStackBuilder</code>)</nobr>
116  </TD>
117  <TD>&nbsp;</TD>
118</TR>
119<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
120  <TD VALIGN="TOP" WIDTH="25%">
121  <A NAME="android.app.Activity.onNavigateUp_added()"></A>
122  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/app/Activity.html#onNavigateUp()" target="_top"><code>onNavigateUp</code></A>()</nobr>
123  </TD>
124  <TD>&nbsp;</TD>
125</TR>
126<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
127  <TD VALIGN="TOP" WIDTH="25%">
128  <A NAME="android.app.Activity.onNavigateUpFromChild_added(android.app.Activity)"></A>
129  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/app/Activity.html#onNavigateUpFromChild(android.app.Activity)" target="_top"><code>onNavigateUpFromChild</code></A>(<code>Activity</code>)</nobr>
130  </TD>
131  <TD>&nbsp;</TD>
132</TR>
133<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
134  <TD VALIGN="TOP" WIDTH="25%">
135  <A NAME="android.app.Activity.onPrepareNavigateUpTaskStack_added(android.app.TaskStackBuilder)"></A>
136  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/app/Activity.html#onPrepareNavigateUpTaskStack(android.app.TaskStackBuilder)" target="_top"><code>onPrepareNavigateUpTaskStack</code></A>(<code>TaskStackBuilder</code>)</nobr>
137  </TD>
138  <TD>&nbsp;</TD>
139</TR>
140<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
141  <TD VALIGN="TOP" WIDTH="25%">
142  <A NAME="android.app.Activity.shouldUpRecreateTask_added(android.content.Intent)"></A>
143  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/app/Activity.html#shouldUpRecreateTask(android.content.Intent)" target="_top"><code>shouldUpRecreateTask</code></A>(<code>Intent</code>)</nobr>
144  </TD>
145  <TD>&nbsp;</TD>
146</TR>
147<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
148  <TD VALIGN="TOP" WIDTH="25%">
149  <A NAME="android.app.Activity.startActivityForResult_added(android.content.Intent, int, android.os.Bundle)"></A>
150  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/app/Activity.html#startActivityForResult(android.content.Intent, int, android.os.Bundle)" target="_top"><code>startActivityForResult</code></A>(<code>Intent,</nobr> int<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
151  </TD>
152  <TD>&nbsp;</TD>
153</TR>
154<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
155  <TD VALIGN="TOP" WIDTH="25%">
156  <A NAME="android.app.Activity.startActivityFromChild_added(android.app.Activity, android.content.Intent, int, android.os.Bundle)"></A>
157  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/app/Activity.html#startActivityFromChild(android.app.Activity, android.content.Intent, int, android.os.Bundle)" target="_top"><code>startActivityFromChild</code></A>(<code>Activity,</nobr> Intent<nobr>,</nobr> int<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
158  </TD>
159  <TD>&nbsp;</TD>
160</TR>
161<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
162  <TD VALIGN="TOP" WIDTH="25%">
163  <A NAME="android.app.Activity.startActivityFromFragment_added(android.app.Fragment, android.content.Intent, int, android.os.Bundle)"></A>
164  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/app/Activity.html#startActivityFromFragment(android.app.Fragment, android.content.Intent, int, android.os.Bundle)" target="_top"><code>startActivityFromFragment</code></A>(<code>Fragment,</nobr> Intent<nobr>,</nobr> int<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
165  </TD>
166  <TD>&nbsp;</TD>
167</TR>
168<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
169  <TD VALIGN="TOP" WIDTH="25%">
170  <A NAME="android.app.Activity.startActivityIfNeeded_added(android.content.Intent, int, android.os.Bundle)"></A>
171  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/app/Activity.html#startActivityIfNeeded(android.content.Intent, int, android.os.Bundle)" target="_top"><code>startActivityIfNeeded</code></A>(<code>Intent,</nobr> int<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
172  </TD>
173  <TD>&nbsp;</TD>
174</TR>
175<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
176  <TD VALIGN="TOP" WIDTH="25%">
177  <A NAME="android.app.Activity.startIntentSenderForResult_added(android.content.IntentSender, int, android.content.Intent, int, int, int, android.os.Bundle)"></A>
178  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/app/Activity.html#startIntentSenderForResult(android.content.IntentSender, int, android.content.Intent, int, int, int, android.os.Bundle)" target="_top"><code>startIntentSenderForResult</code></A>(<code>IntentSender,</nobr> int<nobr>,</nobr> Intent<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
179  </TD>
180  <TD>&nbsp;</TD>
181</TR>
182<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
183  <TD VALIGN="TOP" WIDTH="25%">
184  <A NAME="android.app.Activity.startIntentSenderFromChild_added(android.app.Activity, android.content.IntentSender, int, android.content.Intent, int, int, int, android.os.Bundle)"></A>
185  <nobr><code>void</code>&nbsp;<A HREF="/reference/android/app/Activity.html#startIntentSenderFromChild(android.app.Activity, android.content.IntentSender, int, android.content.Intent, int, int, int, android.os.Bundle)" target="_top"><code>startIntentSenderFromChild</code></A>(<code>Activity,</nobr> IntentSender<nobr>,</nobr> int<nobr>,</nobr> Intent<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
186  </TD>
187  <TD>&nbsp;</TD>
188</TR>
189<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
190  <TD VALIGN="TOP" WIDTH="25%">
191  <A NAME="android.app.Activity.startNextMatchingActivity_added(android.content.Intent, android.os.Bundle)"></A>
192  <nobr><code>boolean</code>&nbsp;<A HREF="/reference/android/app/Activity.html#startNextMatchingActivity(android.content.Intent, android.os.Bundle)" target="_top"><code>startNextMatchingActivity</code></A>(<code>Intent,</nobr> Bundle<nobr><nobr></code>)</nobr>
193  </TD>
194  <TD>&nbsp;</TD>
195</TR>
196</TABLE>
197&nbsp;
198<a NAME="fields"></a>
199      </div>	
200      <div id="footer">
201        <div id="copyright">
202        Except as noted, this content is licensed under 
203        <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
204        For details and restrictions, see the <a href="/license.html">Content License</a>.
205        </div>
206      <div id="footerlinks">
207      <p>
208        <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
209        <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
210        <a href="http://www.android.com/branding.html">Brand Guidelines</a>
211      </p>
212    </div>
213    </div> <!-- end footer -->
214    </div><!-- end doc-content -->
215    </div> <!-- end body-content --> 
216<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
217</script>
218<script type="text/javascript">
219  try {
220    var pageTracker = _gat._getTracker("UA-5831155-1");
221    pageTracker._setAllowAnchor(true);
222    pageTracker._initData();
223    pageTracker._trackPageview();
224  } catch(e) {}
225</script>
226</BODY>
227</HTML>
228