How to change the theme in the manifest program?

<application android:theme="@style/example_theme"> ... 

    1 answer 1

    No The manifest cannot be changed programmatically.

    You can programmatically assign a style to the setTheme method only for each setTheme by calling it before calling super.onCreate() in the `onCreate activation method.