I m able to view interface ResourceFile.java file.
ResourceFile.rrc consists of Keys & Values. From a Key I can get its value using
Code:
_resources.getString(key);
But how to get Key ? I want to get the list of all Keys available in my resource file . How to get it ?