posted 13 years ago
Hello everybody again,
I am developing one application that will create one txt file when it runs first time and saves IMSI number in that file , After that when phone boots every time it checks that IMSI number with IMSI number which is stored at txt file. But when I run this program it gives me Null pointer Exception. I have following code.
//FinalSMS.java
###############################################################
//MyStartupIntentReceiver .java
################################################################################
//AndroidManifest.java
#################################################################################
But when I run it it gives me following error messages
######################################################
when I had checked whether the file is created or not in data/data/com/micro/files/ The file is not present.
Because file is not created therefore it throws run time exception (NullPointerException) , Please help me
Thanks
Life is easy because we write the source code.....