문제

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?

도움이 되었습니까?

해결책

I guess this is the correct answer how to solve this issue: http://developer.android.com/reference/android/app/KeyguardManager.KeyguardLock.html

다른 팁

and it is not only deprecated, it is not supported by Amazon. To comply with Amazon requirements, please read this page: https://developer.amazon.com/sdk/fire/specifications.html#AppFeature

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top