472,129 Members | 1,695 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,129 software developers and data experts.

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);
Dec 5 '09 #1
2 3974
Thanks nice comments
Dec 19 '09 #2
just right click on file and remove sharring option and link will be removed
Dec 19 '09 #3

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by Dave Rathnow | last post: by
3 posts views Thread by fripper | last post: by
11 posts views Thread by sur | last post: by
3 posts views Thread by David Thielen | last post: by
reply views Thread by Joram Agten | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.