I\'m coding a custom Activity class (using it as a super class for my other Activity classes) where it\'s overriding many default functionalities. One of these functionaliti
You can add all possible value in "android:configChanges",and override method onConfigurationChanged in Activity,but only call Activity.receate() for the case you need.