In the Android Manifest, rather than setting the android:value to R.string.value, is it possible to reference the string from a static string/native string within a java class? If so, how would I do that?
My purpose for asking is because I wanted to know if there was a way to further secure the app from reverse engineering or hacking by hiding the string "keys" for various libraries in static references.