Changes in an AndroidManifest.xml file
Set configChanges="----------" property in <activity> tag.
Example:
android:configChanges="orientation|screenSize"
If we use this property then do not reload activity after changing the orientation (Portrait/Landscape).
Set configChanges="----------" property in <activity> tag.
Example:
android:configChanges="orientation|screenSize"
If we use this property then do not reload activity after changing the orientation (Portrait/Landscape).
No comments:
Post a Comment