For example on Samsung
Intent i = new Intent("com.sec.android.app.myfiles.PICK_DATA");
i.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(i, 0);
you can start the native file manager with the above snippet , but how can I start native file manager on any platform and any device and any android API level ?