Security of Android assets folder -
Is the asset folder accessible only for the app or can the user also view it? For my app I want to store a credential certificate and video files on local storage but I'm not sure how to hide these items from the user. The property folder looks just like the choice.
property /
folder is an application readable by any other application though The user does not have direct access to it, but there will be some applications to provide such access to all this. I know that for all, there is an asset explorer app on the market.
Also, note that changes can not be made in the assets /
folder on runtime, which requires something that you feel like doing.
Comments
Post a Comment