Hi All ,
I have a file browser application and I had transferred some picures to emulator and I m opening it using following code :
Intent myIntent = new Intent(android.content.Intent.ACTION_VIEW,Uri.parse("file://"+ aDirectory.getAbsolutePath()));
startActivity(myIntent);
but error occus showing : No actvity found to handle (android.content.Intent.ACTION_VIEW) intent
so what can be the solution.. please reply ASAP
I have a file browser application and I had transferred some picures to emulator and I m opening it using following code :
Intent myIntent = new Intent(android.content.Intent.ACTION_VIEW,Uri.parse("file://"+ aDirectory.getAbsolutePath()));
startActivity(myIntent);
but error occus showing : No actvity found to handle (android.content.Intent.ACTION_VIEW) intent
so what can be the solution.. please reply ASAP