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> 10 android.content.Intent 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"> 16 body{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 <!-- <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">3</td> 50 </tr> 51 <tr> 52 <td class="diffspec">From Level:</td> 53 <td class="diffvalueold">2</td> 54 </tr> 55 <tr> 56 <td class="diffspec">Generated</td> 57 <td class="diffvalue">2009.11.19 19:35</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> 74 Class android.content.<A HREF="../../../../reference/android/content/Intent.html" target="_top"><font size="+2"><code>Intent</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.content.Intent.replaceExtras_added(android.content.Intent)"></A> 87 <nobr><code>Intent</code> <A HREF="../../../../reference/android/content/Intent.html#replaceExtras(android.content.Intent)" target="_top"><code>replaceExtras</code></A>(<code>Intent</code>)</nobr> 88 </TD> 89 <TD> </TD> 90 </TR> 91 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 92 <TD VALIGN="TOP" WIDTH="25%"> 93 <A NAME="android.content.Intent.replaceExtras_added(android.os.Bundle)"></A> 94 <nobr><code>Intent</code> <A HREF="../../../../reference/android/content/Intent.html#replaceExtras(android.os.Bundle)" target="_top"><code>replaceExtras</code></A>(<code>Bundle</code>)</nobr> 95 </TD> 96 <TD> </TD> 97 </TR> 98 </TABLE> 99 100 <a NAME="fields"></a> 101 <p> 102 <a NAME="Removed"></a> 103 <TABLE summary="Removed Fields" WIDTH="100%"> 104 <TR> 105 <TH VALIGN="TOP" COLSPAN=2>Removed Fields</FONT></TD> 106 </TH> 107 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 108 <TD VALIGN="TOP" WIDTH="25%"> 109 <A NAME="android.content.Intent.CATEGORY_GADGET"></A> 110 <code>String</code> CATEGORY_GADGET 111 </TD> 112 <TD> </TD> 113 </TR> 114 </TABLE> 115 116 <p> 117 <a NAME="Added"></a> 118 <TABLE summary="Added Fields" WIDTH="100%"> 119 <TR> 120 <TH VALIGN="TOP" COLSPAN=2>Added Fields</FONT></TD> 121 </TH> 122 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 123 <TD VALIGN="TOP" WIDTH="25%"> 124 <A NAME="android.content.Intent.ACTION_INPUT_METHOD_CHANGED"></A> 125 <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_INPUT_METHOD_CHANGED" target="_top"><code>ACTION_INPUT_METHOD_CHANGED</code></A></nobr> 126 </TD> 127 <TD> </TD> 128 </TR> 129 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 130 <TD VALIGN="TOP" WIDTH="25%"> 131 <A NAME="android.content.Intent.ACTION_MEDIA_CHECKING"></A> 132 <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_MEDIA_CHECKING" target="_top"><code>ACTION_MEDIA_CHECKING</code></A></nobr> 133 </TD> 134 <TD> </TD> 135 </TR> 136 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 137 <TD VALIGN="TOP" WIDTH="25%"> 138 <A NAME="android.content.Intent.ACTION_MEDIA_NOFS"></A> 139 <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_MEDIA_NOFS" target="_top"><code>ACTION_MEDIA_NOFS</code></A></nobr> 140 </TD> 141 <TD> </TD> 142 </TR> 143 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 144 <TD VALIGN="TOP" WIDTH="25%"> 145 <A NAME="android.content.Intent.ACTION_PACKAGE_DATA_CLEARED"></A> 146 <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_PACKAGE_DATA_CLEARED" target="_top"><code>ACTION_PACKAGE_DATA_CLEARED</code></A></nobr> 147 </TD> 148 <TD> </TD> 149 </TR> 150 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 151 <TD VALIGN="TOP" WIDTH="25%"> 152 <A NAME="android.content.Intent.ACTION_PACKAGE_REPLACED"></A> 153 <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_PACKAGE_REPLACED" target="_top"><code>ACTION_PACKAGE_REPLACED</code></A></nobr> 154 </TD> 155 <TD> </TD> 156 </TR> 157 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 158 <TD VALIGN="TOP" WIDTH="25%"> 159 <A NAME="android.content.Intent.ACTION_SEARCH_LONG_PRESS"></A> 160 <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_SEARCH_LONG_PRESS" target="_top"><code>ACTION_SEARCH_LONG_PRESS</code></A></nobr> 161 </TD> 162 <TD> </TD> 163 </TR> 164 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 165 <TD VALIGN="TOP" WIDTH="25%"> 166 <A NAME="android.content.Intent.ACTION_SYSTEM_TUTORIAL"></A> 167 <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_SYSTEM_TUTORIAL" target="_top"><code>ACTION_SYSTEM_TUTORIAL</code></A></nobr> 168 </TD> 169 <TD> </TD> 170 </TR> 171 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 172 <TD VALIGN="TOP" WIDTH="25%"> 173 <A NAME="android.content.Intent.ACTION_USER_PRESENT"></A> 174 <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_USER_PRESENT" target="_top"><code>ACTION_USER_PRESENT</code></A></nobr> 175 </TD> 176 <TD> </TD> 177 </TR> 178 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 179 <TD VALIGN="TOP" WIDTH="25%"> 180 <A NAME="android.content.Intent.CATEGORY_INFO"></A> 181 <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#CATEGORY_INFO" target="_top"><code>CATEGORY_INFO</code></A></nobr> 182 </TD> 183 <TD> </TD> 184 </TR> 185 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 186 <TD VALIGN="TOP" WIDTH="25%"> 187 <A NAME="android.content.Intent.EXTRA_DATA_REMOVED"></A> 188 <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#EXTRA_DATA_REMOVED" target="_top"><code>EXTRA_DATA_REMOVED</code></A></nobr> 189 </TD> 190 <TD> </TD> 191 </TR> 192 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 193 <TD VALIGN="TOP" WIDTH="25%"> 194 <A NAME="android.content.Intent.EXTRA_REPLACING"></A> 195 <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#EXTRA_REPLACING" target="_top"><code>EXTRA_REPLACING</code></A></nobr> 196 </TD> 197 <TD> </TD> 198 </TR> 199 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 200 <TD VALIGN="TOP" WIDTH="25%"> 201 <A NAME="android.content.Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET"></A> 202 <nobr><code>int</code> <A HREF="../../../../reference/android/content/Intent.html#FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET" target="_top"><code>FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET</code></A></nobr> 203 </TD> 204 <TD> </TD> 205 </TR> 206 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 207 <TD VALIGN="TOP" WIDTH="25%"> 208 <A NAME="android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION"></A> 209 <nobr><code>int</code> <A HREF="../../../../reference/android/content/Intent.html#FLAG_ACTIVITY_NO_USER_ACTION" target="_top"><code>FLAG_ACTIVITY_NO_USER_ACTION</code></A></nobr> 210 </TD> 211 <TD> </TD> 212 </TR> 213 <TR BGCOLOR="#FFFFFF" CLASS="TableRowColor"> 214 <TD VALIGN="TOP" WIDTH="25%"> 215 <A NAME="android.content.Intent.FLAG_ACTIVITY_REORDER_TO_FRONT"></A> 216 <nobr><code>int</code> <A HREF="../../../../reference/android/content/Intent.html#FLAG_ACTIVITY_REORDER_TO_FRONT" target="_top"><code>FLAG_ACTIVITY_REORDER_TO_FRONT</code></A></nobr> 217 </TD> 218 <TD> </TD> 219 </TR> 220 </TABLE> 221 222 </div> 223 <div id="footer"> 224 <div id="copyright"> 225 Except as noted, this content is licensed under 226 <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>. 227 For details and restrictions, see the <a href="/license.html">Content License</a>. 228 </div> 229 <div id="footerlinks"> 230 <p> 231 <a href="http://www.android.com/terms.html">Site Terms of Service</a> - 232 <a href="http://www.android.com/privacy.html">Privacy Policy</a> - 233 <a href="http://www.android.com/branding.html">Brand Guidelines</a> 234 </p> 235 </div> 236 </div> <!-- end footer --> 237 </div><!-- end doc-content --> 238 </div> <!-- end body-content --> 239 <script src="//www.google-analytics.com/ga.js" type="text/javascript"> 240 </script> 241 <script type="text/javascript"> 242 try { 243 var pageTracker = _gat._getTracker("UA-5831155-1"); 244 pageTracker._setAllowAnchor(true); 245 pageTracker._initData(); 246 pageTracker._trackPageview(); 247 } catch(e) {} 248 </script> 249 </BODY> 250 </HTML> 251