Changing Displayed Text In an App

  • Thread starter Thread starter Android Central Question
  • Start date Start date
A

Android Central Question

I want to change the text displayed on part of an app. Is there any tool that can do this? It doesn't have to affect the app in any way...just to visually look like it says something else.
It doesn't have to be interactive or persistent.
 
About the only way, aside from manually going into the .apk file, changing the text, and installing it, would be to decompile the app into Java, make the change, then recompile the files and recreate the .apk file, then install it.

Either way takes programming and Java knowledge.
 
That is an interesting solution that most users are not physically capable of doing.

What is the problem you are trying to solve?