In Android 4 & 5 the following code worked perfectly:
void shareImageWithUri(Uri uri) {
Intent intent3 = new Intent(Intent.ACTION_MAIN, null);
intent3.addCategory(Intent.CATEGORY_LAUNCHER);
intent3.setComponent(new ComponentName("org.mozilla.firefox"...