Can I create password protected folder in Android?
I would like to create a folder which is password protected. I am able to create a folder in the following way, but how can I create a password protected folder? File nf = new File("/sdcard/NewFolder"); nf.mkdirs(); Prabu in android there is not possible but we can hide using "." at prefix otherwise Store important folder or file in internal memory. you can see you package directory following way String dir = getPackageManager().getPackageInfo("com.example.kinkey", 0).applicationInfo.dataDir; Note: it is visible on windows pc You can't create such a folder on sdcard. Everything that's saved