Hello,
Can someone tell me the proper syntax to apply this code the to manifest editor:
android:configChanges="keyboard|keyboardHidden|navigation"
The scenero is I have a blue tooth keyboard and when I turn it off (or get out of range) the activity is destroyed then recreated.
I found the above configuration allows the activity to handle it.
Related source links where I obtained this information:
http://stackoverflow.com/questions/...oard-will-cause-activity-destroy-and-recreate
http://developer.android.com/guide/topics/manifest/activity-element.html#config
Thank you.
Can someone tell me the proper syntax to apply this code the to manifest editor:
android:configChanges="keyboard|keyboardHidden|navigation"
The scenero is I have a blue tooth keyboard and when I turn it off (or get out of range) the activity is destroyed then recreated.
I found the above configuration allows the activity to handle it.
Related source links where I obtained this information:
http://stackoverflow.com/questions/...oard-will-cause-activity-destroy-and-recreate
http://developer.android.com/guide/topics/manifest/activity-element.html#config
Thank you.