In my Android app, there are some strings that I need to use in two different places in my app. So I wrote a class from which I can get these strings. When I try to call the return method from the class that returns the string array, the app crashes with In my Android app, there are some strings that