amazon - how to remove hibernation error in android application? -


hey guys upload application on amazon market place m getting error

bug description:"app name" found incompatible because of issues app’s interaction kindle fire's hibernation feature."app name (kindle tablet edition)" force closes, crashes, or loses user state after device hibernates , resumes.

steps reproduce:

  1. install , launch app.
  2. hibernate device.
  3. unlock device.
  4. the app exits device home screen.

please correct issue(s) found app submission.

plz me m stuck in hibernation m didnt it

when configuration change occurs @ runtime, activity shut down , restarted default, declaring configuration attribute prevent activity being restarted. instead, activity remains running , onconfigurationchanged() method called.

android:configchanges="orientation|keyboardhidden"

for more information: http://developer.android.com/guide/topics/manifest/activity-element.html

please ensure include above attribute in manifest file.

hope info resolve issue.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -