hi
how to remove file access permission in j2me?
when i test my application in device or simulator ( i use fileconnection api) it start with popup (popup with "Allow application to open "some folder name"/?" with two option [Allow Once] and [Allow for this session])
how to remove this popup ?and set application with always giving for [Allow for this session] option?
i know that there is not any type of coding for that showing that popup in application?
so how thay come it,please reply me immdiately
my fileconnection code like this:
fconn = (FileConnection) Connector.open("file:///E:/" + Utils.APP_NAME, Connector.READ_WRITE);