Basically at run time I want to read the entire file line by like. I tried the below and always getting a null. If there is a correct way to do what I need thanks!
InputStream is = this.getClass().getResourceAsStream("/values/strings.xml");
I tried different combinations of the path like just strings.xml and strings and /res/values/strings.xml and it did not work either.