android how to change theme of app programmatically

https://w‮ttual.ww‬uri.com
android how to change theme of app programmatically
public void onCreate(Bundle savedInstanceState) {
      setTheme(android.R.style.Theme);  
	  
      super.onCreate(savedInstanceState);
      setContentView(R.layout.activity_second);
  }
Created Time:2017-09-09 22:52:03  Author:lautturi