[android-developers] Re: onConfigurationChanged call back is not getting called?
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 <shri.bo...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home