Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I submitted an app to Amazon Store, Amazon approved for Amazon store but not for kindle fire. After read https://developer.amazon.com/help/faq.html#KindleFire I check my manifest but I don't know what is the problem, I have removed all references of phone/gps features... Only I have permissions like:

  • android.permission.GET_TASKS
  • android.permission.WRITE_EXTERNAL_STORAGE
  • android.permission.INTERNET
  • android.permission.READ_CONTACTS
  • android.permission.ACCESS_NETWORK_STATE
  • android.permission.KILL_BACKGROUND_PROCESSES

READ_CONTACTS is allowed ?

share|improve this question
All this permissioos are allowed. – Dmytro Danylyk Feb 2 '12 at 15:21

1 Answer

up vote 0 down vote accepted

I believe all of those permissions are allowed. It more likely has to do with your target version. What version of Android are you using? Their emails are generally pretty specific. Did they mention it being a permissions issue?

share|improve this answer
Hi, thanks, <uses-sdk android:minSdkVersion="4" /> – cdsap Feb 2 '12 at 15:33
@cdsap - This is not an answer. – DougW Jul 10 '12 at 17:45

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.