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:
- install , launch app.
- hibernate device.
- unlock device.
- 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
Post a Comment