Amazon device recognition

Hi all,

I wanted to know that the device belong to Android or Amazon platform for cocos2d-x games.
When ever i run cocos2d-x game in Amazon it will take CC_PLATFORM_ANDROID(the flow will go inside this condition) only, if i want to differentiate in between these two platform how can i do?
Is there any per target platform for Amazon devices?
Let me know any suggestions for this condition.

Thanks in advance:)

Regards,
sriby7

That’s not easy since in theory any android device can have both google play store and amazon store, so as a developer, you have to make sure your apk points to a specific store. And submit them separately.