user data directory in Android 4.3
User data in android 4.2 onwards is stored at /data/user/<userId>
But still I found /data/data directory in android 4.3 filesystem. I think
it is there to store application data that is common for all users and
/data/user/<userId> is used for storing user specific application data. Is
this true?