// ---> Sender code to be place in another app - val intent = Intent("com.droid.code.ACTION_SEND") intent.putExtra("com.droid.code.EXTRA_DATA","sender send data") sendBroadcast(intent)