I want to create a folder in sdcard in an android device and I want to set a folder permission for the creating folder. The folder permission should be that from only from my application this folder should be assessable. No other application should be able to access this folder. Is there any method to create this. Please provide any valid link for this.
Share
sadly it is not possible to create read-only permissions for the sdcard. This is a part of Android’s system design and won’t be changed soon.