how to remove file access permission in j2me?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yatinbvn
    New Member
    • Dec 2009
    • 3

    how to remove file access permission in j2me?

    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);
  • venkatanagi reddy
    New Member
    • Dec 2009
    • 2

    #2
    Thanks nice comments

    Comment

    • venkatanagi reddy
      New Member
      • Dec 2009
      • 2

      #3
      just right click on file and remove sharring option and link will be removed

      Comment

      Working...