No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |
| ↳ | android.app.Instrumentation.ActivityResult | 
Description of a Activity execution result to return to the original activity.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
           Create a new activity result.
           | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | 
           Retrieve the result code contained in this result.
           | |||||||||
|  |  | 
           Retrieve the data contained in this result.
           | |||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
Create a new activity result. See setResult(int) for more information.
| resultCode | The result code to propagate back to the originating activity, often RESULT_CANCELED or RESULT_OK | 
|---|---|
| resultData | The data to propagate back to the originating activity. |