Pregunta

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?

¿Fue útil?

Solución

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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top