intent
intent copied to clipboard
how to add putString parameters ?
How to implement the below code with this package?
Bundle mBundle = new Bundle();
mBundle.putString(key, value);
mIntent.putExtras(mBundle);