Search code examples
securitymobilejava-memidpjsr75

How to protect files created by FileConnection from being manually deleted and modified?


Suppose there is a file created in the filesystem of a mobile device by using FileConnection ( J2ME ). How to make programmatically this file undeletable and unupdatable manually ?


Solution

  • tyr to hidden the files programatically and remember the names.