Issue
I've got Android app which runs on various devices, but not Amazon Kindle Fire HD. It stops after start and what I see in the logs is following:
08:42:16.940 201 #201 WARN ActivityManager Unable to start service Intent { act=com.amazon.client.metrics.bind }: not found
08:42:17.104 201 #201 WARN ActivityManager Force finishing activity com.example/.MyActivity
Anybody knows what this could be and if those two warnings are related?
Solution
I guess this is the correct answer how to solve this issue: http://developer.android.com/reference/android/app/KeyguardManager.KeyguardLock.html
Answered By - MartinC
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.