intent icon indicating copy to clipboard operation
intent copied to clipboard

how to add putString parameters ?

Open mjafartp opened this issue 4 years ago • 0 comments

How to implement the below code with this package?

Bundle mBundle = new Bundle();
mBundle.putString(key, value);
mIntent.putExtras(mBundle);

mjafartp avatar Sep 07 '21 16:09 mjafartp