[android-beginners] Re: ActivityNotFoundException and txt files

2010-07-17 Thread Harald
ok, thank you. I thourth that File Editor was a build in Android text editor since I have 3 File Manager program installed and they all open .txt files i the File Editor program. On 17 Jul., 03:07, Mark Murphy wrote: > On Fri, Jul 16, 2010 at 8:26 PM, Harald wrote: > > Is there any w

[android-beginners] Re: ActivityNotFoundException and txt files

2010-07-16 Thread Harald
Is there any way to fix it so that Android know how to open .txt files, or can I somehow in my code tell Android to use File Editor to open/edit .txt files. -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your qu

[android-beginners] ActivityNotFoundException and txt files

2010-07-16 Thread Harald
I am trying to open at .txt file in the standard file editor, I tryed this code but all I get is an ActivityNotFoundException File root = Environment.getExternalStorageDirectory(); File f = new File(root, "/Android/data/HKKalender/ stdtekster.txt");