[android-developers] File Reading & Writing Problem

2009-02-06 Thread Sajid Iqbal
I am trying to read & write a text file, what am I doing is 1- Have made a text file raw folder in res (in my project) 2- try to read this file from code, inside an activity, below is the code InputStream inputStram=appContext.getResources().openRawResource(R.raw.TestFile); byte

[android-developers] Re: Intercepting outgoing call

2008-11-18 Thread Sajid Iqbal
No response from anyone, I have tried to start my own activity on receiving the dial intent. it is working all right, but now the problem is" I want to stop the default application, so that it will not dial the number so that I could filter the calls. waiting for any explanation or code ex etc