http://developer.android.com/reference/android/app/Activity.html#getIntent()
Return the intent that started this activity.
If you start an Activity with some data, for example by doing
Intent intent = new Intent(context, SomeActivity.class); intent.putExtra("someKey", someData);
you can retrieve this data using getIntent in the new activity:
Intent intent = getIntent(); intent.getExtra("someKey") ...
So, it’s not for handling returning data from an Activity, like onActivityResult, but it’s for passing data to a new Activity.
Related Posts:
- Android – Adding at least one Activity with an ACTION-VIEW intent-filter after Updating SDK version 23
- How to use putExtra() and getExtra() for string data
- How do I get the dialer to open with phone number displayed?
- Parcelable encountered IOException writing serializable object getactivity()
- onActivityResult() not called
- Sending an Intent to browser to open specific URL
- onActivityResult() not called
- Android Intent Cannot resolve constructor
- setOnClickListener error – cannot resolve symbol
- What is the meaning of android.intent.action.MAIN?
- How can I open a URL in Android’s web browser from my application?
- How do I get the currently displayed fragment?
- Android Overriding onBackPressed()
- Android: No Activity found to handle Intent error? How it will resolve
- ‘App not Installed’ Error on Android
- ‘App not Installed’ Error on Android
- Can’t start Eclipse – Java was started but returned exit code=13
- google console error `OR-IEH-01`
- Error: No toolchains found in the NDK toolchains folder for ABI with prefix: llvm
- How to display Toast in Android?
- ‘adb’ is not recognized as an internal or external command, operable program or batch file
- Flutter pageview : Find first and last page and swipe directions
- “Default Activity Not Found” on Android Studio upgrade
- how to overcome Android Studio cannot resolve symbol for android classes
- Why fragments, and when to use fragments instead of activities?
- What is the meaning of Log.i()
- Execution failed app:processDebugResources Android Studio
- How can I use adb over WiFi?
- SQLiteDatabase.query method
- Android ADB device offline, can’t issue commands
- Android SDK location
- Android Studio Run/Debug configuration error: Module not specified
- Android Emulator Error Message: “PANIC: Missing emulator engine program for ‘x86’ CPUS.”
- IllegalArgumentException: Unable to locate adb in Android Studio v2.3
- How to set the text color of TextView in code?
- What is the “AdMob Offline Notifications” notification channel?
- Why am I seeing net::ERR_CLEARTEXT_NOT_PERMITTED errors after upgrading to Cordova Android 8?
- A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution
- IllegalStateException: Can not perform this action after onSaveInstanceState with ViewPager
- How to create a Custom Dialog box in android?
- Unfortunately Launcher3 has stopped working error in android studio?
- Getting weather info feeds from accuweather
- adb command not found
- Activity, AppCompatActivity, FragmentActivity, and ActionBarActivity: When to Use Which?
- “cannot resolve symbol R” in Android Studio
- How to build a horizontal ListView with RecyclerView
- Emulator for Amazon Kindle
- What is difference between SQLite and SQL
- Error:Execution failed for task ‘:app:transformClassesWithDexForDebug’
- Horizontal ListView in Android?
- Getting activity from context in android
- Change status bar text color when primaryDark is white
- How can you make a custom keyboard in Android?
- Rotating a view in Android
- How to customize a Spinner in Android
- Android error “unable to find explicit activity class”
- Can not resolve method ‘findViewById(int)’
- Cannot resolve symbol ‘context’
- Dialog throwing “Unable to add window — token null is not for an application” with getApplication() as context
- Mipmaps vs. drawable folders
- how to use getSharedPreferences in android
- How to pass an object from one activity to another on Android
- Set transparent background of an imageview on Android
- Play sound on button click android
- How to make the corners of a button round?
- Disable back button in android
- How to clear gradle cache?
- Converting pixels to dp
- ADB error: cannot connect to daemon
- How do I download the Android SDK without downloading Android Studio?
- Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details
- ClassLoader referenced unknown path: /data/app/
- Unknown URL content://downloads/my_downloads
- android edittext onchange listener
- Difference between getContext() , getApplicationContext() , getBaseContext() and “this”
- adb socket not working and daemon
- React Native: JAVA_HOME is not set and no ‘java’ command could be found in your PATH
- Installation error: INSTALL_FAILED_OLDER_SDK
- Unable to load script from assets index.android.bundle on windows
- Android getText from EditText field
- Default FirebaseApp is not initialized
- How can I create simple accordion with Angular 2?
- Error: Could not automatically detect an ADB binary. Some emulator functionality will not work until a custom path to ADB is added in the extended…
- Warning: Do not place Android context classes in static fields; this is a memory leak (and also breaks Instant Run)
- How to solve failed to find build tools revision 26.0.2?
- Why is the Android emulator screen blank?
- How do I “select Android SDK” in Android Studio?
- Reverse engineering from an APK file to a project
- Exception ‘open failed: EACCES (Permission denied)’ on Android
- How to disable Instant Run for Android Studio 3.0
- I can’t find adb_usb.ini file in .android folder?
- Android; Check if file exists without creating a new one
- How to open adb and use it to send commands
- Unable to add window — token null is not valid; is your activity running?
- How to remove title bar from the android activity?
- How to determine the version of Gradle?
- Call requires permissions that may be rejected by user
- sendUserActionEvent() is null
- SDK Location not found in android studio
- Android app unable to start activity componentinfo