Lines Matching refs:extended
47 if you send extended data in the {@link android.content.Intent} it's entered into the UI of the
100 insert them into the intent as extended data. For a key value, use the appropriate constant from
162 already have, you can put them in the intent's extended data. Notice that some
251 To work around this problem in Android 4.0.3 (API version 15) and later, add the extended
254 extended data, do the following:
257 // Sets the special extended data for navigation
260 <h3>Add other extended data</h3>
262 To add additional extended data to the {@link android.content.Intent}, call
264 You can add extended data for common contact fields by using the key values specified in
292 Any extended data fields you add to the intent populates the screen that appears. You can use
301 // Add code here to insert extended data, if desired