Hello,
Put configChanges attribute into manifiest file before closing </
application> tag.
Example are given below:
<activity android:screenOrientation="portrait"
android:configChanges="orientation|keyboardHidden|keyboard"
android:name="write Activity name"></activity>
On Nov 15, 11:58 pm, Shri <[email protected]> wrote:
> If you are running on Honeycomb, you need to also include "screenSize"
> (which was introduced in Honeycomb) along with "orientation".
> Seehttp://developer.android.com/guide/topics/manifest/activity-element.h...
> .
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en