SyntaxFix
Write A Post
Hire A Developer
Questions
Well this is not listed but a combo of some that is already posted:
if (Build.VERSION.SDK_INT >= 11) { recreate(); } else { Intent intent = getIntent(); finish(); startActivity(intent); }