Andrey Nikishaev
1 min readOct 27, 2016

--

Yeah, of course.

you can try something like this after load in Android:

//remove background
getCurrentActivity().getWindow().setBackgroundDrawableResource(0);

//recreate activity
getCurrentActivity().recreate();

--

--