i have a problem about set data
for example:
1. A activity start the B activity used startActivity()
2. Used this.finish(); in the B activity and back to A activity.
How to do can i set the string to the A activity from B activity
and not use startActivity()because if use startActivity(), the A activity will onCreate() again , i want back to A activity onResume(). method



