Android :: How to change theme from other apk programmatically
You would need to use the application's resources to load the theme. I have answered this in another thread here: https://stackoverflow.com/a/41948943/1048340 Here is an example where the package "com.example.theme" is...