I had a from Amazon appstore stating the following:
Dear XXXX,
Your recent of XXXXXX is due to the following reason(s):
**Your application attempts to call an Android Activity method on a background
thread. Amazon DRM does not allow developers to Android Activity lifecycle methods
on background thread.**
For more information on processes and threads, please visit:
http://developer.android.com/guide/topics//processes-and-threads.html
Additionally, the Android UI is not thread-safe. So, you must not your UI
from a worker thread — you must do all to your user from the UI
thread.
There are two rules to Android's single thread model:
\* Do not block the UI thread
\* Do not access the Android UI toolkit from outside the UI thread Steps to Reproduce:
1) application, press 01
2) Observe force close
Please correct the issue(s) we found with your app submission so we may continue working
to get it in the Appstore.
Need help, Please!
[import]uid: 20386 topic_id: 11684 reply_id: 311684[/import]


