In some cases you may need to recompile your existing Android app before you submit it for distribution to Kindle Fire tablets. The following recommendations address specific instances where you must modify your implementation before submitting your app.
Google Maps => Use the Amazon Maps API.
Google Cloud Messaging => Use Amazon Device Messaging.
Google Play In-App Billing => Use the Amazon In-App Purchasing API.
GPS geo-location on Kindle Fire tablets other than Kindle Fire HD 8.9" 4G
=> Use WiFi geo-location or code your app to degrade gracefully.
Any phone feature => Code your app to degrade gracefully.
Device orientation => See Device Orientation.
Unsupported intents => See Android Intents Supported on Kindle Fire.
Unsupported screen sizes and layouts
=> Declare support for screen sizes in the AndroidManifest.xml.
What is about the Media Player?
Developer Amazon
Google Maps => Use the Amazon Maps API.
Google Cloud Messaging => Use Amazon Device Messaging.
Google Play In-App Billing => Use the Amazon In-App Purchasing API.
GPS geo-location on Kindle Fire tablets other than Kindle Fire HD 8.9" 4G
=> Use WiFi geo-location or code your app to degrade gracefully.
Any phone feature => Code your app to degrade gracefully.
Device orientation => See Device Orientation.
Unsupported intents => See Android Intents Supported on Kindle Fire.
Unsupported screen sizes and layouts
=> Declare support for screen sizes in the AndroidManifest.xml.
What is about the Media Player?
Developer Amazon
Comments
Post a Comment