What is MODE_PRIVATE when creating shared preference file?

Answer:
only the process or application which has created that preference file can access it. other applications can't access it.

Description:
MODE_PRIVATE is meant for accessibility permission for an application. Only that app which has created that preference file can access it.

No comments:

Post a Comment