I stumbled upon samsung Knox app the other day. It seems to creates a separate container inside phone storage which can only be accessed by that app. I wanted such behavior in my app (other than adding '.' before the file name).
S.O results like these Create a read-only folder in sdcard in android say thats not possible..
Can anyone tell me briefly what are the possible ways of achieving such "hide(secure) ur files" behavior in my app (other than adding a '.' before filename).
thanks in advance.